Action not permitted
Modal body text goes here.
CVE-2022-2879
Vulnerability from cvelistv5
Published
2022-10-14 00:00
Modified
2024-08-03 00:52
Severity ?
EPSS score ?
Summary
Unbounded memory consumption when reading headers in archive/tar
References
▼ | URL | Tags | |
---|---|---|---|
security@golang.org | https://go.dev/cl/439355 | Patch | |
security@golang.org | https://go.dev/issue/54853 | Issue Tracking, Third Party Advisory | |
security@golang.org | https://groups.google.com/g/golang-announce/c/xtuG5faxtaU | Mailing List, Release Notes | |
security@golang.org | https://pkg.go.dev/vuln/GO-2022-1037 | Vendor Advisory | |
security@golang.org | https://security.gentoo.org/glsa/202311-09 |
Impacted products
▼ | Vendor | Product |
---|---|---|
Go standard library | archive/tar |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T00:52:59.498Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://go.dev/issue/54853" }, { "tags": [ "x_transferred" ], "url": "https://go.dev/cl/439355" }, { "tags": [ "x_transferred" ], "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU" }, { "tags": [ "x_transferred" ], "url": "https://pkg.go.dev/vuln/GO-2022-1037" }, { "tags": [ "x_transferred" ], "url": "https://security.gentoo.org/glsa/202311-09" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "collectionURL": "https://pkg.go.dev", "defaultStatus": "unaffected", "packageName": "archive/tar", "product": "archive/tar", "programRoutines": [ { "name": "Reader.next" }, { "name": "parsePAX" }, { "name": "Writer.writePAXHeader" }, { "name": "Reader.Next" }, { "name": "Writer.WriteHeader" } ], "vendor": "Go standard library", "versions": [ { "lessThan": "1.18.7", "status": "affected", "version": "0", "versionType": "semver" }, { "lessThan": "1.19.2", "status": "affected", "version": "1.19.0-0", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "value": "Adam Korczynski (ADA Logics)" }, { "lang": "en", "value": "OSS-Fuzz" } ], "descriptions": [ { "lang": "en", "value": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB." } ], "problemTypes": [ { "descriptions": [ { "description": "CWE 400: Uncontrolled Resource Consumption", "lang": "en" } ] } ], "providerMetadata": { "dateUpdated": "2023-06-12T19:05:28.975Z", "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "shortName": "Go" }, "references": [ { "url": "https://go.dev/issue/54853" }, { "url": "https://go.dev/cl/439355" }, { "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU" }, { "url": "https://pkg.go.dev/vuln/GO-2022-1037" }, { "url": "https://security.gentoo.org/glsa/202311-09" } ], "title": "Unbounded memory consumption when reading headers in archive/tar" } }, "cveMetadata": { "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "assignerShortName": "Go", "cveId": "CVE-2022-2879", "datePublished": "2022-10-14T00:00:00", "dateReserved": "2022-08-17T00:00:00", "dateUpdated": "2024-08-03T00:52:59.498Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-2879\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2022-10-14T15:15:17.647\",\"lastModified\":\"2023-11-25T11:15:09.553\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.\"},{\"lang\":\"es\",\"value\":\"Reader.Read no establece un l\u00edmite en el tama\u00f1o m\u00e1ximo de los encabezados de los archivos. Un archivo dise\u00f1ado de forma maliciosa pod\u00eda causar que Read asignara cantidades ilimitadas de memoria, causando potencialmente el agotamiento de los recursos o el p\u00e1nico. Tras la correcci\u00f3n, Reader.Read limita el tama\u00f1o m\u00e1ximo de los bloques de encabezado a 1 MiB\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.18.7\",\"matchCriteriaId\":\"9CB667C1-EC12-4400-B4F0-6D3B7DDAAD99\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.19.0\",\"versionEndExcluding\":\"1.19.2\",\"matchCriteriaId\":\"7614AA04-CA34-4ED8-B580-005EA84BD5B4\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/439355\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/54853\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/xtuG5faxtaU\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2022-1037\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"security@golang.org\"}]}}" } }
rhsa-2023_0446
Vulnerability from csaf_redhat
Published
2023-01-25 09:20
Modified
2024-11-06 02:20
Summary
Red Hat Security Advisory: go-toolset:rhel8 security and bug fix update
Notes
Topic
An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
For 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.
Bug Fix(es):
* Internal linking fails on ppc64le (BZ#2144545)
* crypto testcases fail on golang on s390x [rhel-8] (BZ#2149313)
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the go-toolset: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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Internal linking fails on ppc64le (BZ#2144545)\n\n* crypto testcases fail on golang on s390x [rhel-8] (BZ#2149313)", "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-2023:0446", "url": "https://access.redhat.com/errata/RHSA-2023:0446" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2139718", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139718" }, { "category": "external", "summary": "2149313", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149313" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0446.json" } ], "title": "Red Hat Security Advisory: go-toolset:rhel8 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T02:20:05+00:00", "generator": { "date": "2024-11-06T02:20:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0446", "initial_release_date": "2023-01-25T09:20:12+00:00", "revision_history": [ { "date": "2023-01-25T09:20:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-25T09:20:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:20:05+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.7.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "go-toolset:rhel8:8070020230116141618:ded9a3e2", "product": { "name": "go-toolset:rhel8:8070020230116141618:ded9a3e2", "product_id": "go-toolset:rhel8:8070020230116141618:ded9a3e2", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/go-toolset@rhel8:8070020230116141618:ded9a3e2" } } }, { "category": "product_version", "name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product": { "name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_id": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product": { "name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_id": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product": { "name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_id": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch" } } }, { "category": "product_version", "name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product": { "name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_id": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "product": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=aarch64" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "product": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=aarch64" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "product": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "product": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=src" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "product": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=src" } } }, { "category": "product_version", "name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "product": { "name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "product_id": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "product": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "product": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "product": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "product": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=s390x" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "product": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=s390x" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "product": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product": { "name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product_id": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64" } } }, { "category": "product_version", "name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product": { "name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product_id": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve-debuginfo@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64" } } }, { "category": "product_version", "name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product": { "name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product_id": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/delve-debugsource@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "product": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=x86_64" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64" } } }, { "category": "product_version", "name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product": { "name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product_id": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-race@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, "product_reference": "go-toolset:rhel8:8070020230116141618:ded9a3e2", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src" }, "product_reference": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64" }, "product_reference": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64" }, "product_reference": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64" }, "product_reference": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64" }, "product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le" }, "product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x" }, "product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src" }, "product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64" }, "product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64" }, "product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le" }, "product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x" }, "product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src" }, "product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64" }, "product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64" }, "product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le" }, "product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x" }, "product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64" }, "product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" }, "product_reference": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" }, "product_reference": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64" }, "product_reference": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" }, "product_reference": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" }, "product_reference": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T09:20:12+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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0446" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T09:20:12+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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0446" } ], "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": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T09:20:12+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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0446" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T09:20:12+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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0446" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T09:20:12+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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0446" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T09:20:12+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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0446" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch", "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2023_0708
Vulnerability from csaf_redhat
Published
2023-02-09 09:28
Modified
2024-11-06 02:26
Summary
Red Hat Security Advisory: Release of OpenShift Serverless Client kn 1.27.0
Notes
Topic
Release of OpenShift Serverless Client kn 1.27.0
Red Hat Product Security has rated this update as having a security impact of
Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a
detailed severity rating, is available for each vulnerability from the CVE
link(s) in the References section.
Details
Red Hat OpenShift Serverless Client kn 1.27.0 provides a CLI to interact with Red Hat OpenShift Serverless 1.27.0. The kn CLI is delivered as an RPM package for installation on RHEL platforms, and as binaries for non-Linux platforms.
Security Fix(es):
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query
parameters (CVE-2022-2880)
* golang: archive/tar: unbounded memory consumption when reading headers
(CVE-2022-2879)
For 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.
Terms of Use
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.
{ "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": "Release of OpenShift Serverless Client kn 1.27.0\n\nRed Hat Product Security has rated this update as having a security impact of\nLow. A Common Vulnerability Scoring System (CVSS) base score, which gives a\ndetailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Serverless Client kn 1.27.0 provides a CLI to interact with Red Hat OpenShift Serverless 1.27.0. The kn CLI is delivered as an RPM package for installation on RHEL platforms, and as binaries for non-Linux platforms.\n\nSecurity Fix(es):\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query\nparameters (CVE-2022-2880)\n* golang: archive/tar: unbounded memory consumption when reading headers\n(CVE-2022-2879)\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-2023:0708", "url": "https://access.redhat.com/errata/RHSA-2023:0708" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.8/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.8/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2154756", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154756" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0708.json" } ], "title": "Red Hat Security Advisory: Release of OpenShift Serverless Client kn 1.27.0", "tracking": { "current_release_date": "2024-11-06T02:26:15+00:00", "generator": { "date": "2024-11-06T02:26:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0708", "initial_release_date": "2023-02-09T09:28:45+00:00", "revision_history": [ { "date": "2023-02-09T09:28:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-02-09T09:28:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:26:15+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Serverless 1.0", "product": { "name": "Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:serverless:1.0::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Serverless" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.6.1-1.el8.src", "product": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.src", "product_id": "openshift-serverless-clients-0:1.6.1-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.6.1-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.6.1-1.el8.x86_64", "product": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.x86_64", "product_id": "openshift-serverless-clients-0:1.6.1-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.6.1-1.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "product": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "product_id": "openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.6.1-1.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-clients-0:1.6.1-1.el8.s390x", "product": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.s390x", "product_id": "openshift-serverless-clients-0:1.6.1-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-serverless-clients@1.6.1-1.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.ppc64le as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le" }, "product_reference": "openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "relates_to_product_reference": "8Base-Openshift-Serverless-1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.s390x as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x" }, "product_reference": "openshift-serverless-clients-0:1.6.1-1.el8.s390x", "relates_to_product_reference": "8Base-Openshift-Serverless-1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.src as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src" }, "product_reference": "openshift-serverless-clients-0:1.6.1-1.el8.src", "relates_to_product_reference": "8Base-Openshift-Serverless-1" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-clients-0:1.6.1-1.el8.x86_64 as a component of Red Hat OpenShift Serverless 1.0", "product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" }, "product_reference": "openshift-serverless-clients-0:1.6.1-1.el8.x86_64", "relates_to_product_reference": "8Base-Openshift-Serverless-1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T09:28:45+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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T09:28:45+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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T09:28:45+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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T09:28:45+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-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.ppc64le", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.s390x", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.src", "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.6.1-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2023_3613
Vulnerability from csaf_redhat
Published
2023-06-26 01:19
Modified
2024-11-06 03:13
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.12.22 packages and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.12.22 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.12.
Red Hat Product Security has rated this update as having a security impact of [impact]. 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.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.22. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2023:3615
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)
* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
For 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.
All OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.12.22 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.12.\n\nRed Hat Product Security has rated this update as having a security impact of [impact]. 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 RPM packages for Red Hat OpenShift Container Platform 4.12.22. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3615\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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.12 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.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html.", "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-2023:3613", "url": "https://access.redhat.com/errata/RHSA-2023:3613" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "url": "https://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html" }, { "category": "external", "summary": "2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3613.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.22 packages and security update", "tracking": { "current_release_date": "2024-11-06T03:13:03+00:00", "generator": { "date": "2024-11-06T03:13:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3613", "initial_release_date": "2023-06-26T01:19:15+00:00", "revision_history": [ { "date": "2023-06-26T01:19:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-26T01:19:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:13: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.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-5.rhaos4.12.el9.src", "product": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.src", "product_id": "buildah-1:1.23.4-5.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.rhaos4.12.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-5.rhaos4.12.el9.src", "product": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.src", "product_id": "conmon-2:2.1.2-5.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-5.rhaos4.12.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "product": { "name": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "product_id": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.12.0-202306121916.p0.g8c21020.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.2.0-7.rhaos4.12.el9.src", "product": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.src", "product_id": "podman-3:4.2.0-7.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-7.rhaos4.12.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.src", "product": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.src", "product_id": "skopeo-2:1.9.4-3.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.rhaos4.12.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "product": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "product_id": "buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.1.rhaos4.12.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el8.src", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.src", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.59.1.el8_6.src", "product": { "name": "kernel-0:4.18.0-372.59.1.el8_6.src", "product_id": "kernel-0:4.18.0-372.59.1.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.59.1.el8_6?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "product": { "name": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "product_id": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.59.1.rt7.217.el8_6?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "product": { "name": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "product_id": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.12.0-202306121916.p0.g8c21020.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "product": { "name": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "product_id": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "product": { "name": "openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "product_id": "openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.12.0-202306140156.p0.g31dd228.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "product": { "name": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "product_id": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift4-aws-iso@4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.src", "product": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.src", "product_id": "podman-3:4.2.0-6.1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-6.1.rhaos4.12.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-3:1.1.6-4.rhaos4.12.el8.src", "product": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.src", "product_id": "runc-3:1.1.6-4.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.12.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "product": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "product_id": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.1.rhaos4.12.el8?arch=src\u0026epoch=2" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "product": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_id": "buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "product": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_id": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "product": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_id": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "product": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_id": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "product": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "product_id": "conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "product": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "product_id": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "product_id": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_id": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-7.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_id": "skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_id": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_id": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_id": "buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.1.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_id": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.1.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_id": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.1.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_id": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "perf-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "perf-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_id": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.59.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.59.1.rt7.217.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_id": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "product": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "product_id": "runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "product": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "product_id": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "product": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "product_id": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_id": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_id": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_id": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_id": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "product": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_id": "buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "product": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_id": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "product": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_id": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "product": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_id": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "product": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "product_id": "conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "product": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "product_id": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "product_id": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_id": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-7.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_id": "skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_id": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_id": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_id": "buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.1.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_id": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.1.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_id": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.1.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_id": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "perf-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "perf-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_id": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.59.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_id": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "product": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "product_id": "runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "product": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "product_id": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "product": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "product_id": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_id": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_id": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_id": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_id": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_id": "buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_id": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_id": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_id": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product_id": "conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product_id": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product_id": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_id": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-7.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_id": "skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_id": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_id": "buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_id": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_id": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_id": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "perf-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "perf-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_id": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.59.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_id": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product_id": "runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product_id": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product_id": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_id": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_id": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_id": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_id": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "product": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "product_id": "buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "product": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "product_id": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "product": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "product_id": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "product": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "product_id": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "product": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "product_id": "conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "product": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "product_id": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "product": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "product_id": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_id": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-7.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "product": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "product_id": "skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "product": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "product_id": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "product_id": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "product_id": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_id": "buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-5.1.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_id": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-5.1.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_id": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-5.1.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_id": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_id": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-5.1.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "product": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "product_id": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-7.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-7.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-7.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "bpftool-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "perf-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "perf-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_id": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.59.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202306121916.p0.g8c21020.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_id": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.1.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-3:1.1.6-4.rhaos4.12.el8.s390x", "product": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.s390x", "product_id": "runc-3:1.1.6-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.6-4.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "product": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "product_id": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.6-4.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "product": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "product_id": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.6-4.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_id": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-3.1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_id": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-3.1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_id": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-3.1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_id": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-3.1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "product": { "name": "podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "product_id": "podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.2.0-7.rhaos4.12.el9?arch=noarch\u0026epoch=3" } } }, { "category": "product_version", "name": "kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "product": { "name": "kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "product_id": "kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-372.59.1.el8_6?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "product_id": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "product_id": "openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.12.0-202306140156.p0.g31dd228.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.12.0-202306140156.p0.g31dd228.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.12.0-202306140156.p0.g31dd228.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.12.0-202306140156.p0.g31dd228.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "product": { "name": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "product_id": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift4-aws-iso@4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "product": { "name": "podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "product_id": "podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.2.0-6.1.rhaos4.12.el8?arch=noarch\u0026epoch=3" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "bpftool-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x" }, "product_reference": "buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src" }, "product_reference": "buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x" }, "product_reference": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x" }, "product_reference": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-372.59.1.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src" }, "product_reference": "kernel-0:4.18.0-372.59.1.el8_6.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:4.18.0-372.59.1.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch" }, "product_reference": "kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src" }, "product_reference": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src" }, "product_reference": "openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src" }, "product_reference": "openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch" }, "product_reference": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src" }, "product_reference": "openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "perf-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "perf-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "perf-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "perf-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src" }, "product_reference": "podman-3:4.2.0-6.1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch" }, "product_reference": "podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x" }, "product_reference": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64" }, "product_reference": "runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x" }, "product_reference": "runc-3:1.1.6-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src" }, "product_reference": "runc-3:1.1.6-4.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.6-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64" }, "product_reference": "runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64" }, "product_reference": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x" }, "product_reference": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64" }, "product_reference": "runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64" }, "product_reference": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x" }, "product_reference": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64" }, "product_reference": "runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src" }, "product_reference": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x" }, "product_reference": "buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src" }, "product_reference": "buildah-1:1.23.4-5.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x" }, "product_reference": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x" }, "product_reference": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x" }, "product_reference": "conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src" }, "product_reference": "conmon-2:2.1.2-5.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x" }, "product_reference": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src" }, "product_reference": "podman-3:4.2.0-7.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch" }, "product_reference": "podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64" }, "product_reference": "podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x" }, "product_reference": "podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" }, "product_reference": "podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src" }, "product_reference": "skopeo-2:1.9.4-3.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-26T01:19:15+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3613" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-26T01:19:15+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3613" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-26T01:19:15+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3613" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32149", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2022-10-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134010" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags", "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.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32149" }, { "category": "external", "summary": "RHBZ#2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32149" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149" }, { "category": "external", "summary": "https://go.dev/issue/56152", "url": "https://go.dev/issue/56152" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU", "url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU" } ], "release_date": "2022-10-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-26T01:19:15+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3613" } ], "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.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-26T01:19:15+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3613" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:bpftool-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-7.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.src", "8Base-RHOSE-4.12:kernel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-cross-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-core-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debug-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-debuginfo-common-aarch64-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-debuginfo-common-ppc64le-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-debuginfo-common-s390x-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-debuginfo-common-x86_64-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-doc-0:4.18.0-372.59.1.el8_6.noarch", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-headers-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-ipaclones-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-extra-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-modules-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.59.1.rt7.217.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-selftests-internal-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-tools-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:kernel-tools-libs-devel-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-zfcpdump-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-core-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-devel-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-extra-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:kernel-zfcpdump-modules-internal-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202306090942.p0.g74dc7b3.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift4-aws-iso-0:4.12.0-202306090942.p0.gd2acdd5.assembly.stream.el8.src", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202306140156.p0.g31dd228.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-0:4.18.0-372.59.1.el8_6.x86_64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.aarch64", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.ppc64le", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.s390x", "8Base-RHOSE-4.12:python3-perf-debuginfo-0:4.18.0-372.59.1.el8_6.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202306090942.p0.g3c01edd.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202306121916.p0.g8c21020.assembly.stream.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-26T01:19:15+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3613" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-3:4.2.0-6.1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-3:4.2.0-6.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.6-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-7.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-7.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-3.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2023_0709
Vulnerability from csaf_redhat
Published
2023-02-09 12:04
Modified
2024-11-06 02:26
Summary
Red Hat Security Advisory: Release of OpenShift Serverless 1.27.0
Notes
Topic
Release of OpenShift Serverless 1.27.0
The References section contains CVE links providing detailed severity ratings
for each vulnerability. Ratings are based on a Common Vulnerability Scoring
System (CVSS) base score.
Details
Version 1.27.0 of the OpenShift Serverless Operator is supported on Red Hat
OpenShift Container Platform versions 4.8, 4.9, 4.10, 4.11 and 4.12.
This release includes security and bug fixes, and enhancements.
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
For more details about the security issues, including the impact; a CVSS score;
acknowledgments; and other related information refer to the CVE pages linked in the References section.
Terms of Use
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.
{ "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": "Release of OpenShift Serverless 1.27.0\nThe References section contains CVE links providing detailed severity ratings\nfor each vulnerability. Ratings are based on a Common Vulnerability Scoring\nSystem (CVSS) base score.", "title": "Topic" }, { "category": "general", "text": "Version 1.27.0 of the OpenShift Serverless Operator is supported on Red Hat\nOpenShift Container Platform versions 4.8, 4.9, 4.10, 4.11 and 4.12. \n\nThis release includes security and bug fixes, and enhancements.\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\nFor more details about the security issues, including the impact; a CVSS score;\nacknowledgments; and other related information refer to the CVE pages linked 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-2023:0709", "url": "https://access.redhat.com/errata/RHSA-2023:0709" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.8/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.8/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index", "url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2154755", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154755" }, { "category": "external", "summary": "2154757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154757" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0709.json" } ], "title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.27.0", "tracking": { "current_release_date": "2024-11-06T02:26:25+00:00", "generator": { "date": "2024-11-06T02:26:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0709", "initial_release_date": "2023-02-09T12:04:35+00:00", "revision_history": [ { "date": "2023-02-09T12:04:35+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-02-09T12:04:35+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:26:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Serverless 1.27", "product": { "name": "Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_serverless:1.27::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Serverless" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "product": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "product_id": "openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "product_identification_helper": { "purl": "pkg:oci/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.6.1-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "product": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "product": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "product": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "product": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "product": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "product": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "product": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "product": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "product_identification_helper": { "purl": "pkg:oci/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "product": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "product_id": "openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "product_identification_helper": { "purl": "pkg:oci/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.27.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "product": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "product": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "product_identification_helper": { "purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "product": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "product_identification_helper": { "purl": "pkg:oci/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "product": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "product_identification_helper": { "purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.6.1-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "product": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "product_identification_helper": { "purl": "pkg:oci/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.6.0-2" } } }, { "category": "product_version", "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "product": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "product_identification_helper": { "purl": "pkg:oci/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.27.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "product": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "product_identification_helper": { "purl": "pkg:oci/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "product": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "product_identification_helper": { "purl": "pkg:oci/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "product": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "product_identification_helper": { "purl": "pkg:oci/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "product": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "product": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "product": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "product": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "product": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "product": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "product": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "product": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "product": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "product_identification_helper": { "purl": "pkg:oci/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.6.0-1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "product": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "product_id": "openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.6.1-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "product": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "product": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "product": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "product": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "product": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "product": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "product_id": "openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.27.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "product": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "product": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "product_identification_helper": { "purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "product": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "product": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.6.1-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "product": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.6.0-2" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "product": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.27.0-4" } } }, { "category": "product_version", "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le", "product": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le", "product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.27.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "product": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "product": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "product": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "product": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "product": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "product": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "product": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "product": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "product": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "product": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "product": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "product": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "product_identification_helper": { "purl": "pkg:oci/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.6.0-1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "product": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "product_id": "openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "product_identification_helper": { "purl": "pkg:oci/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.6.1-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "product": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "product": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "product": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "product": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.6.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "product": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "product": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "product": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "product": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "product": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "product": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "product_identification_helper": { "purl": "pkg:oci/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.6.0-3" } } }, { "category": "product_version", "name": "openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "product": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "product_id": "openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "product_identification_helper": { "purl": "pkg:oci/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.27.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "product": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "product": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "product_identification_helper": { "purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "product": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "product_identification_helper": { "purl": "pkg:oci/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "product": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "product_identification_helper": { "purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.6.1-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "product": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "product_identification_helper": { "purl": "pkg:oci/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.6.0-2" } } }, { "category": "product_version", "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "product": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "product_identification_helper": { "purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.27.0-4" } } }, { "category": "product_version", "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "product": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "product_identification_helper": { "purl": "pkg:oci/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.27.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "product": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "product_identification_helper": { "purl": "pkg:oci/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "product": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "product_identification_helper": { "purl": "pkg:oci/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "product": { "name": "openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "product_identification_helper": { "purl": "pkg:oci/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "product": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "product_identification_helper": { "purl": "pkg:oci/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.27.0-6" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "product": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "product": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "product": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "product": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "product": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "product": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "product": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "product": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.6.0-1" } } }, { "category": "product_version", "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "product": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "product_identification_helper": { "purl": "pkg:oci/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.6.0-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x" }, "product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64" }, "product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le" }, "product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64" }, "product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le" }, "product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le" }, "product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64" }, "product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x" }, "product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x" }, "product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64" }, "product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64" }, "product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x" }, "product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64" }, "product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64" }, "product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64" }, "product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x" }, "product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x" }, "product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64" }, "product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64" }, "product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x" }, "product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le" }, "product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x" }, "product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64" }, "product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le" }, "product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x" }, "product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64" }, "product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le" }, "product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le" }, "product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64" }, "product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x" }, "product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le" }, "product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x" }, "product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64" }, "product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x" }, "product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le" }, "product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64" }, "product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x" }, "product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64" }, "product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le" }, "product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x" }, "product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le" }, "product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64" }, "product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64" }, "product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64" }, "product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x" }, "product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le" }, "product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64" }, "product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le" }, "product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x" }, "product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64" }, "product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le" }, "product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x" }, "product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le" }, "product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x" }, "product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64" }, "product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x" }, "product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le" }, "product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64" }, "product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x" }, "product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x" }, "product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64" }, "product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le" }, "product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64" }, "product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le" }, "product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x" }, "product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64" }, "product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x" }, "product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le" }, "product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64 as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64" }, "product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x" }, "product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "relates_to_product_reference": "8Base-RHOSS-1.27" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le as a component of Red Hat OpenShift Serverless 1.27", "product_id": "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" }, "product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le", "relates_to_product_reference": "8Base-RHOSS-1.27" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T12:04:35+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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0709" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T12:04:35+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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0709" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T12:04:35+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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0709" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T12:04:35+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-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0709" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:1d80145cc5c44617c00a10a2e66a3eed56bf862a5841c7d87c654bc200cd70f0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:43a06e21864744fe452ea86fdceca8216692ff5cbd91dd8123b503afc42def51_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:98b0827851c1329692d29b6e6377bd19ce89e6eedfc489b1e87922cda3ffc360_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:074a9bb36fb09b267340dffa59bf5838c9a7eada1ea994a4f289a4a3954b754a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:d5f4f238fa6f0748a2bf82bd986074b00e3a16cdb37c17a34e65243388c77ab6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:066762ef76b5230de2ad59882b4958dec857f7f310945a80b9bd7b39e456d52e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:21506ae01dfe3b135ab38f4ebde8a0e856ece5f54842325a08014c438482a17f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/client-kn-rhel8@sha256:34a540c62a016688fef7d9e8f91ee5c31e4238dae6e5c39c96bc0d3e4247156c_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:36c1d0d041175b37053e3fad8ed9be9ef52c8c723f3fbc0cb64f643b79c4d9ac_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:39be49f6bc90f995a276b5c4e90ee74421a7523e670e3a9f2a9a02e246a41629_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:53cbb881ca949b962c90255713cc49c5f4d0ef0e502000c1ea658f68b57c4f0c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:8ccf5d1ac96da964635684bac099d4c15089992d21dff95484331d0b5e9db364_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:a32a233b579bdcbbdc7d94e38330072ae630ccd72e03c861e8b73ef1813c34e0_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-controller-rhel8@sha256:fc4105db88a098f5fdca01535e59b630fe35c11ed3789b67cf3c3bcd4dc631f8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:366b0a392505019b00ec2a7fe08483a7b9562396b2d3c82761d5e207f893088e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c11d810c92d89f0aee192bedf769f515bf016402f22b5c70c4fe24a53e5d8e15_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c538ed13529d64c7fa5c9f6773013b6570eff14d07365929090028a32c4cbe60_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:251114b498327f05b20d4125c328855e8b020b82ff0b4895b187ad63dc40f095_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:53da51f3aae7f380b7a76fc074c1fa1f4c81ee627a7cb469713ef17764073ba2_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:c2d0cc84bba9bf9778beee88fd7c9a328d9fe1e1aec9e79aaf210368c0472658_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:99b84d833c6cfd4a4b55dfcadf566ee28cc71bf731876c5f8395f2aba17e16ff_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:b9bbff46db019c26734b3e4b49099fe917d9c0fad321bd96d930959b22813152_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e8cdbbcbda2199dcf24aaf564ec016cf2b2f3cc4cb4049cb25695bc9fa8fce3c_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:37b9ea2bb66eea728d280de5813a68ffc13b9852e589b96533326c5254780186_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:bb4344614b79c81dae4aaa2538a4eddd499d85888f729a199563990aa8a274bf_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:da7db1665161cae1111c06766bf0725e8d27f12a29f7bfe3bd293c4026456cb2_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:667a6f234fec6914cf9aa18781e803cb63ee65c5802d9aec948e5c6532e2951b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:7616e78fd9d6aec51b9efc0cc6c97f395cfd6fc70ff99d98f3436f017cf81bf0_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8c36e77eb3eb1eaa38572659c694648f1de30b96dfd52ef779e636cf61b1a5e7_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:72449c3e286fea2f63ec2d2ed3be583d1da8acedf44c6faae9fbed7c3ddb2eca_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:a1d79e3cb39a2d38b5bb5c4c5f9686162763c1d12dcec2d6faeeb0b04590001d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c2809d416dfd299f0c9f325b1576c1efcc8d02bda119c50213cd0aa01c32bbd4_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:22bb4014d6805e6f0b08b0d150e86f1b8dcbb6df05417e5cc019508595d417c3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:379a38af6c07e9bd2d46cacdbe5d3e5f9aad0a2d6a21f0ce76d0185233299211_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:ab604efadfdd3c94e42e225dc47db55e69abd51391c56311d7e0aa91a0eb2b7e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:1b4eb85fc221bd51d32889c23cdb05d8855a7e02f4919eb895cec25d44fd1b48_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:a477bdc0673562807813787a13515565d335bd5243d3fc1bf94b737b5a8c1f76_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:ad29ba8714a4a6af6a5ad293a60b1c705987d70c7297766df9f9f383abe7bd17_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:219ca6a3e578c2bed7e06450d49d10f4601e669e7adc28aca307ae9db071bfd5_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:64b460390891c15c904ad949849108dbea43dbbf6b1c545a48d8bded146f9fbc_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:fb814af61077e35d0d8a96dd60ffb390c2be81d1782ef17819fc765fd814bfe0_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c5308868ba02c7c47c1ade5dbdeccee113b0a99ff49b69b1b2da16e6538ca51f_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:c826b4bdcaf6657d9b58e65f44a42853a8c86942f81ffbec1bca5e2db7e3909e_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f4d6e84c42778ef6bf8118887a2a6000f688597d6d4e5ecb8cef81207b8884fb_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:8776cdc857f7b586e6ea22e2486f18be910f56d94c66e6bef87f092f8c5cf299_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:96533c54a94b912a0638c670c6f35c673c0ee901a0f44fb2d3293b04392d004e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-mtping-rhel8@sha256:bee98500c24775c70aa3d33f2f7ff671b362723c6723cd762cc44cacd216dce9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:27ad8ae07fc1dd9934af0a99bc37ff3f0158cff5bba9f51f27010423a35d989e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:5fd4975be0be5ab55b36705a26e5c1f775d9595126c3c2dcfefbb9061356bf47_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:9cabc5856ae4e07a47df3770a4cfdf785cab0b9e311b23dd8ea353db7209fcd9_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:0e2b6ec7b669a0f18adf8aaf18d9c11e552aea95d1b1cc3de4abd63481026419_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:1e357dee672d6d540effd90f881d428a69f38e1d3f4d081d26f0b166db7bd970_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/eventing-webhook-rhel8@sha256:956a2bae2dc2d47ac98d7cf735690fc81ab38334707541dcacfdce1787ec8b70_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:167dffe56a2e2e86b201af406e7da7843ad04513f978c20dbabf641ed85f3f46_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:53762222605baad036ccb04cb54834f3082ed181a57b21df7edae964d4fa5979_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/func-utils-rhel8@sha256:85d76721636f005b19dbc513bc8dbf7e395b25d59827cce9228c2d56b1fa853d_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:2d8a2bc15553f5936c35acc9a644da5307ee0e35791502dbd59d4ff1e8fef3b7_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:4375602be5bb230b0062e65922bda50b50851e2068fdf1048aaeee07e77d3a38_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/ingress-rhel8-operator@sha256:d36276ac758085bc20d232b41c801ee55e72f4bc8416675267f603d5db5d4ea8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:06c53bb69206561a3ea891adb64ddbe7d82ecd6f4b6e2fc93098c4489eabd385_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:41c1f15c5fcbcb55c2629d88924008aae2b3121e0501aac41c4eb417129ff56a_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:b3ca782b652c308e5c381e7e4256ae549427c051c460286fd381a28942fb107d_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:248b380cae9269a2143bfd70615c73ea85b2c7363c092e19e6acf2d91744bc08_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:43af08a667f2fd954a9203862f38e7bf4368dfe5a31f70fe58e511638457cffd_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/knative-rhel8-operator@sha256:671aa3afae600cac99a3cf1ea80b966921fe2907b58b95a9f8e557767d59e40e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:00773662d531f8783d776eaa4852c61881bdaecc973ca4f8d5445d719e78a8cc_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:32c14615dc05dd9b7cbe44987027f32db31023b298095da0839335a0a0d82cce_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/kourier-control-rhel8@sha256:7e18a70d72c42792e957bc737d76c06c188c9f79a6beab691ef672304ea3e220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:336e32718744c81099f3d2f681c97e4185904541c16117fc0137ec30fc4f8259_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ced83c6d15acb298d4bb7126ecf41dfb5d50cc1e05563792fa4ae813103d4220_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-controller-rhel8@sha256:ddf6a717413d1000e08a252760f7fcf935789c1130d30a4b91c1b2f8d6a2aefe_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:25fa11b37a2180e2f9b6b21b9af4775dd0f295e8be7660685e191134aef84235_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:b16893f56ee159d6defc563a7f1c701f08c7a9abead5f82e15eef373309dc90f_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c1b866fc57c91d615eed17cb3377a937a72f742e83ae067a8c1d69132aaa4ee1_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-operator-bundle@sha256:832677abddada05258b4610b6584d442dd20c5bdd55ae8fbddb83ac133b3f12e_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:0a1746607ad45067ed0b577bdbd69a577b29642dd809e91d90e1f64660c46656_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:48b12f0782982c2616d6d0719cdb3b07abd7798dad84b91b19ae6c55b5171f40_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serverless-rhel8-operator@sha256:e24cb22645d0b9dd670d600e4e1aab78e6586c9204a4d72cbb99f6842cdf2fd8_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:034b6f6f397458f68919b6b57804e920d20d34d235f4dd973c1d170752fa9451_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:602a52d96b16eb2aa91250526f014ba77c3b7b9eb3c2229f0eb43ddb29b15e22_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-activator-rhel8@sha256:b6ad4ee77516349a92ee941fe88d043fa256b47f000b0d5cc3003292af67b894_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:3b784f79945daef1ae4a9282a7f903f9a878b50c5c4b9fed244fa60109493eff_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91666288758c92c41dd99f048f9d822bb99e1c5c7bd478f7f6f3b29ee300a072_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:91ebeef9f9fd209bf50eb770c7fe1cc192a9f412f1294223ef1957f465b94c04_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:142072ee8a97c61524f38ac2704546c3918ad98fdbc737664e71fc577c935f4b_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3b813491ec0febc66a80a65162b5df0dbcde5b409c3c4e5e0ce328e076be4bd3_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-autoscaler-rhel8@sha256:71fe16ac1d6d8684846c1e497ec0783869fe7f7e91fb78a01a4b31d86b2c1da8_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:859b16a2f48472d4c08ac9b6640165ee01c86e9c8dc761b7fa340ceb9252ea60_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:87444fd8cdc0aec69e7a16f3c1f9f9598116fadd75b0ee44bcb85210942d492a_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-controller-rhel8@sha256:91647da625ea5d54a1870ff929c74608978fd25eeaa56d5667d61a490f8f0996_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:a7628d34b3a1fba4d964ba89cf242354edfb4f15bfdddbd36fe260d87646a4b6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:bca9d79f0b722cf4a858aa624bd14c4da9b22641b9ea9e0d4fa5fcbb70bf78be_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:c063ee5fe6ef05acf91e65bbd1a928324f34ac6e7edb3294631ac4201234d43b_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:1afba2ff3b9190506ea6485097f0b167d57e6f8b6408bccf7064666344be2877_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:739bfcbd169585aae228b7193dc0c5c6b19bcb790817c79d99e8441ed93e2caa_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:a92ee7db7b992bcdecdbdc4d65dc2de63b1f7d52c787d4b137a8c2d771e078aa_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:5be475ced8fc286edf60ed9e7957d58d61b856e2505fa68f15bad8b65cb4681e_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:cab8eb521731e6eca0a6e2501f819868c3cebf1914f463a9cbc86e4d94aeb5f5_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-queue-rhel8@sha256:ff3ed30d6e974dfc625f566df506b88d1c8ccdf1a6888371c011487fd5a3d9e6_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:02cc9021895e2de82011e9d8c44699f1b227c85bce52ea4e5e7c8560079763c7_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:1abe29e84130aa14bf5c28d96a2e1af2bc934b7a463212e93d96d950080b9504_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:7a6714bc1deb053025bb144e02b2e62cecc154481cacc2a5c15f8c72a2e5c820_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:3e690975f2bfcd212b1fbc0efd6755c5241baf75e078fa5cb8a6e4c2200e35a6_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:65069229bd8647d34971d1ba57d8042c562170ac9806c3957e00fcb66803b534_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/serving-webhook-rhel8@sha256:8f23bf7a2ad656544df092d6ccd86d941adc2015e7f3108136ea4113b7ae1b92_ppc64le", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:232cae83570598f6e9fcf45d633d2c9b244dd5b0ad8bae0dbdad28ff9840a181_amd64", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:7f8dc0be6beb880a268d0d93710b24b7d1de085d427f1f9adb7022d3ec5f9d36_s390x", "8Base-RHOSS-1.27:openshift-serverless-1/svls-must-gather-rhel8@sha256:cbe3cd2337cf7dde535d225d489b7f954e6fcaca012a45d51c7256b8bb537e1a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2022_8535
Vulnerability from csaf_redhat
Published
2022-11-24 04:13
Modified
2024-11-06 02:03
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.11.16 security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.11.16 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.11.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.11.16. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHSA-2022:8534
Security Fix(es):
* golang: net/http: handle server errors after sending GOAWAY
(CVE-2022-27664)
* golang: math/big: decoding big.Float and big.Rat types can panic if the
encoded message is too short, potentially allowing a denial of service
(CVE-2022-32189)
For 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.
All OpenShift Container Platform 4.11 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 Console or the CLI oc command. Instructions for upgrading a cluster are available
at https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.11.16 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.11.\n \nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe 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.11.16. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:8534\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY\n(CVE-2022-27664)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.11 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. \n\nTo check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available\nat https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8535", "url": "https://access.redhat.com/errata/RHSA-2022:8535" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2075126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2075126" }, { "category": "external", "summary": "2102241", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102241" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "OCPBUGS-1790", "url": "https://issues.redhat.com/browse/OCPBUGS-1790" }, { "category": "external", "summary": "OCPBUGS-1847", "url": "https://issues.redhat.com/browse/OCPBUGS-1847" }, { "category": "external", "summary": "OCPBUGS-2925", "url": "https://issues.redhat.com/browse/OCPBUGS-2925" }, { "category": "external", "summary": "OCPBUGS-2983", "url": "https://issues.redhat.com/browse/OCPBUGS-2983" }, { "category": "external", "summary": "OCPBUGS-3190", "url": "https://issues.redhat.com/browse/OCPBUGS-3190" }, { "category": "external", "summary": "OCPBUGS-3197", "url": "https://issues.redhat.com/browse/OCPBUGS-3197" }, { "category": "external", "summary": "OCPBUGS-3260", "url": "https://issues.redhat.com/browse/OCPBUGS-3260" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8535.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.16 security update", "tracking": { "current_release_date": "2024-11-06T02:03:02+00:00", "generator": { "date": "2024-11-06T02:03:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:8535", "initial_release_date": "2022-11-24T04:13:37+00:00", "revision_history": [ { "date": "2022-11-24T04:13:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-24T04:13:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:03:02+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.11", "product": { "name": "Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.11::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "product_id": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "product_id": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "product_id": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "product": { "name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "product_id": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "product_id": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "product_id": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "product_id": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "product": { "name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "product_id": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "product": { "name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "product_id": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.g5019115.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "product": { "name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "product_id": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.11.0-202211072116.p0.ga10aee9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.11.0-202211072116.p0.g876128b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g84a378e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "product": { "name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "product_id": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "product_id": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "product_id": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "product": { "name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "product_id": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "product": { "name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "product_id": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "product": { "name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "product_id": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "product": { "name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "product_id": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "product": { "name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "product_id": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "product": { "name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "product_id": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "product": { "name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "product_id": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "product": { "name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "product_id": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "product": { "name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "product_id": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "product": { "name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "product_id": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "product": { "name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "product_id": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "product": { "name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "product_id": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gea1a9b2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gb3fe15b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g550e22c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g2c7529e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.ga085f1c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga851a35.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g2757f09.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gca54bcb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g67c3831.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g4ddaca2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "product_id": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "product_id": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "product_id": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "product_id": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "product": { "name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "product_id": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g9d0dcba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "product_id": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "product": { "name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "product_id": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "product_id": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.11.0-202211072116.p0.gf6cf488.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.11.0-202211072116.p0.g25eb7e1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "product_id": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.11.0-202211072116.p0.gb1580a2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "product_id": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "product": { "name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "product_id": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "product": { "name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "product_id": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "product_id": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "product_id": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "product_id": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "product_id": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "product_id": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "product_id": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "product_id": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "product": { "name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "product_id": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "product_id": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "product_id": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "product": { "name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "product_id": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "product_id": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12cb253.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.11.0-202211072116.p0.gf144bb4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "product_id": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "product_id": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "product": { "name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "product_id": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.11.0-202211072116.p0.g32e18fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "product": { "name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "product_id": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.g5019115.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "product": { "name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "product_id": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.11.0-202211072116.p0.ga10aee9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.11.0-202211072116.p0.g876128b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g84a378e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "product": { "name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "product_id": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "product_id": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "product_id": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "product_id": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.11.0-202211072116.p0.g3c1c80c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "product_id": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "product": { "name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "product_id": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "product": { "name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "product_id": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "product": { "name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "product_id": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "product": { "name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "product_id": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "product": { "name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "product_id": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "product": { "name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "product_id": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "product": { "name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "product_id": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "product": { "name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "product_id": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "product_id": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g0daf34f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g8dd7ae6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "product": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.gf70a51b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "product": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g4145108.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gea1a9b2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gb3fe15b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g550e22c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g2c7529e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.ga085f1c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga851a35.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g2757f09.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gca54bcb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g67c3831.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g4ddaca2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "product_id": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "product_id": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "product_id": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "product": { "name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "product_id": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.ga5a0048.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gff20dda.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9d7fdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gbc7bad4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gce83696.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g3bde969.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g65f0da2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ge4a2180.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g9d0dcba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "product": { "name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "product_id": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "product_id": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.11.0-202211072116.p0.gf6cf488.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.11.0-202211072116.p0.g25eb7e1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.11.0-202211072116.p0.g17a3a9f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.11.0-202211072116.p0.gb1580a2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "product_id": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "product_id": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "product": { "name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "product_id": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "product_id": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "product": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga94eb77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "product_id": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g8ace6e9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g76649b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "product_id": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "product_id": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64", "product_id": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga4c00e6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga4c00e6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "product": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g91f7b1f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "product": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gf67d1d0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "product": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.11.0-202211072116.p0.g5910f33.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "product_id": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "product_id": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "product": { "name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "product_id": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "product_id": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "product_id": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "product": { "name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "product_id": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "product": { "name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "product_id": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "product_id": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12cb253.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.11.0-202211072116.p0.gf144bb4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "product_id": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "product": { "name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "product_id": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "product": { "name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "product_id": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.11.0-202211072116.p0.g32e18fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "product": { "name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "product_id": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "product_id": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "product": { "name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "product_id": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "product": { "name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "product_id": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "product": { "name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "product_id": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "product": { "name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "product_id": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "product": { "name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "product_id": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "product": { "name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "product_id": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "product": { "name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "product_id": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "product": { "name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "product_id": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "product": { "name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "product_id": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "product": { "name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "product_id": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "product": { "name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "product_id": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "product": { "name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "product_id": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "product": { "name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "product_id": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "product_id": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "product_id": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "product_id": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "product_id": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "product_id": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "product_id": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "product_id": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "product_id": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "product_id": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "product_id": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "product_id": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "product": { "name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "product_id": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.ga5a0048.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gff20dda.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9d7fdc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gbc7bad4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "product_id": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gce83696.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g3bde969.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g65f0da2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ge4a2180.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "product_id": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "product": { "name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "product_id": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "product": { "name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "product_id": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.11.0-202211072116.p0.g17a3a9f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "product": { "name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "product_id": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "product_id": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "product": { "name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "product_id": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "product": { "name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "product_id": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "product_id": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g8ace6e9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g76649b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "product": { "name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "product_id": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "product_id": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "product": { "name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "product_id": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "product_id": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "product_id": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "product": { "name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "product_id": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "product_id": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "product_id": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "product_id": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "product": { "name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "product_id": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "product": { "name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "product_id": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "product_id": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "product_id": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "product_id": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "product_id": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "product": { "name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "product_id": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "product": { "name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "product_id": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "product": { "name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "product_id": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "product_id": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "product": { "name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "product_id": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "product": { "name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "product_id": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "product": { "name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "product_id": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "product": { "name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "product_id": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "product": { "name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "product_id": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "product": { "name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "product_id": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "product": { "name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "product_id": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "product": { "name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "product_id": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "product": { "name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "product_id": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "product": { "name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "product_id": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "product": { "name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "product_id": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "product": { "name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "product_id": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "product": { "name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "product_id": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "product": { "name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "product_id": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "product_id": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "product_id": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "product_id": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "product_id": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "product_id": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "product_id": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "product_id": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "product_id": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "product_id": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "product_id": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "product": { "name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "product_id": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "product_id": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "product": { "name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "product_id": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "product": { "name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "product_id": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "product": { "name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "product_id": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "product": { "name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "product_id": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "product_id": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "product": { "name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "product_id": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "product": { "name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "product_id": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "product_id": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "product_id": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "product": { "name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "product_id": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "product_id": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "product": { "name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "product_id": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "product": { "name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "product_id": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "product_id": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "product": { "name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "product_id": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le" }, "product_reference": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x" }, "product_reference": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64" }, "product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64" }, "product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x" }, "product_reference": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64" }, "product_reference": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le" }, "product_reference": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64" }, "product_reference": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x" }, "product_reference": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le" }, "product_reference": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64" }, "product_reference": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64" }, "product_reference": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64" }, "product_reference": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x" }, "product_reference": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le" }, "product_reference": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64" }, "product_reference": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64" }, "product_reference": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x" }, "product_reference": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64" }, "product_reference": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le" }, "product_reference": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x" }, "product_reference": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le" }, "product_reference": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64" }, "product_reference": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64" }, "product_reference": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le" }, "product_reference": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x" }, "product_reference": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64" }, "product_reference": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x" }, "product_reference": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64" }, "product_reference": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le" }, "product_reference": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64" }, "product_reference": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x" }, "product_reference": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64" }, "product_reference": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le" }, "product_reference": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x" }, "product_reference": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le" }, "product_reference": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le" }, "product_reference": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64" }, "product_reference": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64" }, "product_reference": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x" }, "product_reference": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x" }, "product_reference": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64" }, "product_reference": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le" }, "product_reference": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64" }, "product_reference": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64" }, "product_reference": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64" }, "product_reference": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64" }, "product_reference": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64" }, "product_reference": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le" }, "product_reference": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x" }, "product_reference": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le" }, "product_reference": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64" }, "product_reference": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x" }, "product_reference": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x" }, "product_reference": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le" }, "product_reference": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64" }, "product_reference": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64" }, "product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64" }, "product_reference": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le" }, "product_reference": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x" }, "product_reference": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64" }, "product_reference": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le" }, "product_reference": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64" }, "product_reference": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x" }, "product_reference": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x" }, "product_reference": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le" }, "product_reference": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64" }, "product_reference": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64" }, "product_reference": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64" }, "product_reference": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64" }, "product_reference": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x" }, "product_reference": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le" }, "product_reference": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x" }, "product_reference": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le" }, "product_reference": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64" }, "product_reference": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64" }, "product_reference": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64" }, "product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64" }, "product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64" }, "product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64 as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x as a component of Red Hat OpenShift Container Platform 4.11", "product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.11" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-24T04:13:37+00:00", "details": "For OpenShift Container Platform 4.11 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.openshift.com/container-platform/4.10/release_notes/ocp-4-10-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. \n\nThe 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:\n \n(For x86_64 architecture)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8535" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-24T04:13:37+00:00", "details": "For OpenShift Container Platform 4.11 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.openshift.com/container-platform/4.10/release_notes/ocp-4-10-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. \n\nThe 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:\n \n(For x86_64 architecture)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8535" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-24T04:13:37+00:00", "details": "For OpenShift Container Platform 4.11 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.openshift.com/container-platform/4.10/release_notes/ocp-4-10-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. \n\nThe 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:\n \n(For x86_64 architecture)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8535" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-24T04:13:37+00:00", "details": "For OpenShift Container Platform 4.11 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.openshift.com/container-platform/4.10/release_notes/ocp-4-10-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. \n\nThe 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:\n \n(For x86_64 architecture)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8535" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le", "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64", "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64", "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x", "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64", "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-24T04:13:37+00:00", "details": "For OpenShift Container Platform 4.11 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.openshift.com/container-platform/4.10/release_notes/ocp-4-10-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. \n\nThe 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:\n \n(For x86_64 architecture)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8535" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64", "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64", "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64", "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x", "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64", "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64", "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64", "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64", "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64", "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64", "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64", "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x", "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64", "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64", "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64", "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64", "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64", "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64", "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64", "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x", "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x", "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x", "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64", "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64", "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64", "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64", "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x", "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64", "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64", "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64", "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64", "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64", "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64", "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x", "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64", "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64", "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64", "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le", "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2024_0121
Vulnerability from csaf_redhat
Published
2024-01-10 11:36
Modified
2024-11-06 04:39
Summary
Red Hat Security Advisory: container-tools:4.0 security update
Notes
Topic
An update for the container-tools:4.0 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)
* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)
* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)
* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)
* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the container-tools:4.0 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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-2024:0121", "url": "https://access.redhat.com/errata/RHSA-2024:0121" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "2237773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773" }, { "category": "external", "summary": "2237776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776" }, { "category": "external", "summary": "2237777", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777" }, { "category": "external", "summary": "2237778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0121.json" } ], "title": "Red Hat Security Advisory: container-tools:4.0 security update", "tracking": { "current_release_date": "2024-11-06T04:39:15+00:00", "generator": { "date": "2024-11-06T04:39:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:0121", "initial_release_date": "2024-01-10T11:36:02+00:00", "revision_history": [ { "date": "2024-01-10T11:36:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-01-10T11:36:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T04:39: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 (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "container-tools:4.0:8090020231207142256:d7b6f4b7", "product": { "name": "container-tools:4.0:8090020231207142256:d7b6f4b7", "product_id": "container-tools:4.0:8090020231207142256:d7b6f4b7", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/container-tools@4.0:8090020231207142256:d7b6f4b7" } } }, { "category": "product_version", "name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "product": { "name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "product_id": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch" } } }, { "category": "product_version", "name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "product": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "product": { "name": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "product_id": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "product": { "name": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch" } } }, { "category": "product_version", "name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "product": { "name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "product_id": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "product": { "name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "product_id": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "product": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "product": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "product": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "product": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "product": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "product": { "name": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "product_id": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "product": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } }, { "category": "product_version", "name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src", "product": { "name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src", "product_id": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, "product_reference": "container-tools:4.0:8090020231207142256:d7b6f4b7", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch" }, "product_reference": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch" }, "product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src" }, "product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src" }, "product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch" }, "product_reference": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64" }, "product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le" }, "product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x" }, "product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64" }, "product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch" }, "product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64" }, "product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch" }, "product_reference": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" }, "product_reference": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228743" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys", "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29409" }, { "category": "external", "summary": "RHBZ#2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29409" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409" }, { "category": "external", "summary": "https://go.dev/cl/515257", "url": "https://go.dev/cl/515257" }, { "category": "external", "summary": "https://go.dev/issue/61460", "url": "https://go.dev/issue/61460" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ", "url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1987", "url": "https://pkg.go.dev/vuln/GO-2023-1987" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys" }, { "acknowledgments": [ { "names": [ "Takeshi Kaneko" ], "organization": "GMO Cybersecurity by Ierae, Inc." } ], "cve": "CVE-2023-39318", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237776" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of HTML-like comments within script contexts", "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39318" }, { "category": "external", "summary": "RHBZ#2237776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39318" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318" }, { "category": "external", "summary": "https://go.dev/cl/526156", "url": "https://go.dev/cl/526156" }, { "category": "external", "summary": "https://go.dev/issue/62196", "url": "https://go.dev/issue/62196" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2041.json", "url": "https://vuln.go.dev/ID/GO-2023-2041.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of HTML-like comments within script contexts" }, { "acknowledgments": [ { "names": [ "Takeshi Kaneko" ], "organization": "GMO Cybersecurity by Ierae, Inc." } ], "cve": "CVE-2023-39319", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237773" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of special tags within script contexts", "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39319" }, { "category": "external", "summary": "RHBZ#2237773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39319" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319" }, { "category": "external", "summary": "https://go.dev/cl/526157", "url": "https://go.dev/cl/526157" }, { "category": "external", "summary": "https://go.dev/issue/62197", "url": "https://go.dev/issue/62197" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2043.json", "url": "https://vuln.go.dev/ID/GO-2023-2043.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of special tags within script contexts" }, { "acknowledgments": [ { "names": [ "Martin Seemann" ] } ], "cve": "CVE-2023-39321", "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237777" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections", "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39321" }, { "category": "external", "summary": "RHBZ#2237777", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39321" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321" }, { "category": "external", "summary": "https://go.dev/cl/523039", "url": "https://go.dev/cl/523039" }, { "category": "external", "summary": "https://go.dev/issue/62266", "url": "https://go.dev/issue/62266" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2044.json", "url": "https://vuln.go.dev/ID/GO-2023-2044.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections" }, { "acknowledgments": [ { "names": [ "Marten Seemann" ] } ], "cve": "CVE-2023-39322", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237778" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: lack of a limit on buffered post-handshake", "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": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39322" }, { "category": "external", "summary": "RHBZ#2237778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39322" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322" }, { "category": "external", "summary": "https://go.dev/cl/523039", "url": "https://go.dev/cl/523039" }, { "category": "external", "summary": "https://go.dev/issue/62266", "url": "https://go.dev/issue/62266" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2045.json", "url": "https://vuln.go.dev/ID/GO-2023-2045.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-10T11:36:02+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0121" } ], "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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch", "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: lack of a limit on buffered post-handshake" } ] }
rhsa-2023_4003
Vulnerability from csaf_redhat
Published
2023-07-10 09:56
Modified
2024-11-06 03:17
Summary
Red Hat Security Advisory: Red Hat Service Interconnect 1.4 Release security update
Notes
Topic
This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud.
A service network enables communication between services running in different network locations or sites. It allows geographically distributed services to connect as if they were all running in the same site.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application Interconnect enables me to create a service network and it allows geographically distributed services to connect as if they were all running in the same site.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)
* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)
* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)
* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)
* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)
* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)
* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)
* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)
* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)
For 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.
Terms of Use
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.
{ "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": "This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites. It allows geographically distributed services to connect as if they were all running in the same site.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application Interconnect enables me to create a service network and it allows geographically distributed services to connect as if they were all running in the same site.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\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-2023:4003", "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect", "url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect" }, { "category": "external", "summary": "2077689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4003.json" } ], "title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.4 Release security update", "tracking": { "current_release_date": "2024-11-06T03:17:44+00:00", "generator": { "date": "2024-11-06T03:17:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4003", "initial_release_date": "2023-07-10T09:56:57+00:00", "revision_history": [ { "date": "2023-07-10T09:56:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-07-10T09:56:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:17:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Service Interconnect", "product": { "name": "Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_interconnect:1::el8" } } }, { "category": "product_name", "name": "Red Hat Service Interconnect 1", "product": { "name": "Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_interconnect:1::el9" } } } ], "category": "product_family", "name": "Red Hat Service Interconnect" }, { "branches": [ { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el8ai.src", "product": { "name": "libwebsockets-0:4.3.1-1.el8ai.src", "product_id": "libwebsockets-0:4.3.1-1.el8ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=src" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el8.src", "product": { "name": "skupper-router-0:2.4.1-2.el8.src", "product_id": "skupper-router-0:2.4.1-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=src" } } }, { "category": "product_version", "name": "qpid-proton-0:0.37.0-2.el8ai.src", "product": { "name": "qpid-proton-0:0.37.0-2.el8ai.src", "product_id": "qpid-proton-0:0.37.0-2.el8ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el8ai?arch=src" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el8.src", "product": { "name": "skupper-cli-0:1.4.1-2.el8.src", "product_id": "skupper-cli-0:1.4.1-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=src" } } }, { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el9ai.src", "product": { "name": "libwebsockets-0:4.3.1-1.el9ai.src", "product_id": "libwebsockets-0:4.3.1-1.el9ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=src" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el9.src", "product": { "name": "skupper-router-0:2.4.1-2.el9.src", "product_id": "skupper-router-0:2.4.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=src" } } }, { "category": "product_version", "name": "qpid-proton-0:0.37.0-2.el9ai.src", "product": { "name": "qpid-proton-0:0.37.0-2.el9ai.src", "product_id": "qpid-proton-0:0.37.0-2.el9ai.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el9ai?arch=src" } } }, { "category": "product_version", "name": "jsoncpp-0:1.9.4-3.el9.src", "product": { "name": "jsoncpp-0:1.9.4-3.el9.src", "product_id": "jsoncpp-0:1.9.4-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=src" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el9.src", "product": { "name": "skupper-cli-0:1.4.1-2.el9.src", "product_id": "skupper-cli-0:1.4.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "product": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "product_id": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el8.x86_64", "product": { "name": "skupper-router-0:2.4.1-2.el8.x86_64", "product_id": "skupper-router-0:2.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "product": { "name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "product_id": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "product": { "name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "product_id": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "product": { "name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "product_id": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el8ai?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el8.x86_64", "product": { "name": "skupper-cli-0:1.4.1-2.el8.x86_64", "product_id": "skupper-cli-0:1.4.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "product": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "product_id": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-0:2.4.1-2.el9.x86_64", "product": { "name": "skupper-router-0:2.4.1-2.el9.x86_64", "product_id": "skupper-router-0:2.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "product": { "name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "product_id": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "product": { "name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "product_id": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "product": { "name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "product_id": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp-devel@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el9ai?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp-devel@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp-debugsource@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "product": { "name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "product_id": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jsoncpp-debuginfo@1.9.4-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skupper-cli-0:1.4.1-2.el9.x86_64", "product": { "name": "skupper-cli-0:1.4.1-2.el9.x86_64", "product_id": "skupper-cli-0:1.4.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "skupper-router-common-0:2.4.1-2.el8.noarch", "product": { "name": "skupper-router-common-0:2.4.1-2.el8.noarch", "product_id": "skupper-router-common-0:2.4.1-2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el8?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-docs-0:2.4.1-2.el8.noarch", "product": { "name": "skupper-router-docs-0:2.4.1-2.el8.noarch", "product_id": "skupper-router-docs-0:2.4.1-2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el8?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-tools-0:2.4.1-2.el8.noarch", "product": { "name": "skupper-router-tools-0:2.4.1-2.el8.noarch", "product_id": "skupper-router-tools-0:2.4.1-2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el8?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-common-0:2.4.1-2.el9.noarch", "product": { "name": "skupper-router-common-0:2.4.1-2.el9.noarch", "product_id": "skupper-router-common-0:2.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-docs-0:2.4.1-2.el9.noarch", "product": { "name": "skupper-router-docs-0:2.4.1-2.el9.noarch", "product_id": "skupper-router-docs-0:2.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "skupper-router-tools-0:2.4.1-2.el9.noarch", "product": { "name": "skupper-router-tools-0:2.4.1-2.el9.noarch", "product_id": "skupper-router-tools-0:2.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el8ai.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src" }, "product_reference": "libwebsockets-0:4.3.1-1.el8ai.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64" }, "product_reference": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-0:0.37.0-2.el8ai.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src" }, "product_reference": "qpid-proton-0:0.37.0-2.el8ai.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64" }, "product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el8.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src" }, "product_reference": "skupper-cli-0:1.4.1-2.el8.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64" }, "product_reference": "skupper-cli-0:1.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el8.src as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src" }, "product_reference": "skupper-router-0:2.4.1-2.el8.src", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64" }, "product_reference": "skupper-router-0:2.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-common-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch" }, "product_reference": "skupper-router-common-0:2.4.1-2.el8.noarch", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64" }, "product_reference": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64" }, "product_reference": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-docs-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch" }, "product_reference": "skupper-router-docs-0:2.4.1-2.el8.noarch", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-tools-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect", "product_id": "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch" }, "product_reference": "skupper-router-tools-0:2.4.1-2.el8.noarch", "relates_to_product_reference": "8Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-0:1.9.4-3.el9.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src" }, "product_reference": "jsoncpp-0:1.9.4-3.el9.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64" }, "product_reference": "jsoncpp-devel-0:1.9.4-3.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el9ai.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src" }, "product_reference": "libwebsockets-0:4.3.1-1.el9ai.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64" }, "product_reference": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-0:0.37.0-2.el9ai.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src" }, "product_reference": "qpid-proton-0:0.37.0-2.el9ai.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64" }, "product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el9.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src" }, "product_reference": "skupper-cli-0:1.4.1-2.el9.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-cli-0:1.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" }, "product_reference": "skupper-cli-0:1.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el9.src as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src" }, "product_reference": "skupper-router-0:2.4.1-2.el9.src", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64" }, "product_reference": "skupper-router-0:2.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-common-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch" }, "product_reference": "skupper-router-common-0:2.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64" }, "product_reference": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64" }, "product_reference": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-docs-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch" }, "product_reference": "skupper-router-docs-0:2.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-Service-Interconnect-1" }, { "category": "default_component_of", "full_product_name": { "name": "skupper-router-tools-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1", "product_id": "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" }, "product_reference": "skupper-router-tools-0:2.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-Service-Interconnect-1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-28327", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2022-04-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2077689" } ], "notes": [ { "category": "description", "text": "An integer overflow flaw was found in Golang\u0027s crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/elliptic: panic caused by oversized scalar", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.", "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28327" }, { "category": "external", "summary": "RHBZ#2077689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28327", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28327" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8", "url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8" } ], "release_date": "2022-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/elliptic: panic caused by oversized scalar" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" } ], "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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "known_not_affected": [ "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-07-10T09:56:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src", "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src", "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64", "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch", "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src", "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src", "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src", "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64", "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch", "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src", "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src", "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2023_0727
Vulnerability from csaf_redhat
Published
2023-02-16 16:12
Modified
2024-11-06 02:27
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.12.3 security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.12.3 is now available with updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.12.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.3. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2023:0728
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
For 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.
All OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.12.3 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.12.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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.12.3. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:0728\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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.12 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.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "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-2023:0727", "url": "https://access.redhat.com/errata/RHSA-2023:0727" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0727.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.3 security update", "tracking": { "current_release_date": "2024-11-06T02:27:43+00:00", "generator": { "date": "2024-11-06T02:27:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0727", "initial_release_date": "2023-02-16T16:12:02+00:00", "revision_history": [ { "date": "2023-02-16T16:12:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-02-16T16:12:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:27:43+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el9.src", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.src", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el9.src", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.src", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-3.rhaos4.12.el9.src", "product": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.src", "product_id": "crun-0:1.4.2-3.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-3.rhaos4.12.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.2.0-5.rhaos4.12.el9.src", "product": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.src", "product_id": "podman-3:4.2.0-5.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-5.rhaos4.12.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.src", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.src", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el8.src", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.src", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el8.src", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.src", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "product": { "name": "container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "product_id": "container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.188.0-2.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "product": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "product_id": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-6.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "containers-common-2:1-33.rhaos4.12.el8.src", "product": { "name": "containers-common-2:1-33.rhaos4.12.el8.src", "product_id": "containers-common-2:1-33.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-33.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "product": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "product_id": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el8.src", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.src", "product_id": "crun-0:1.4.2-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "product": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "product_id": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "haproxy-0:2.2.24-2.el8.src", "product": { "name": "haproxy-0:2.2.24-2.el8.src", "product_id": "haproxy-0:2.2.24-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@2.2.24-2.el8?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "product": { "name": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "product_id": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.43.1.rt7.200.el8_6?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "runc-3:1.1.4-2.rhaos4.12.el8.src", "product": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.src", "product_id": "runc-3:1.1.4-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.4-2.rhaos4.12.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.src", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.src", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "product": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "product_id": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.1.1-3.rhaos4.12.el8.src", "product": { "name": "toolbox-0:0.1.1-3.rhaos4.12.el8.src", "product_id": "toolbox-0:0.1.1-3.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.1.1-3.rhaos4.12.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "product": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "product_id": "crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "product": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "product_id": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "product": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "product_id": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_id": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "product": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "product_id": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-6.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-6.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-6.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containers-common-2:1-33.rhaos4.12.el8.x86_64", "product": { "name": "containers-common-2:1-33.rhaos4.12.el8.x86_64", "product_id": "containers-common-2:1-33.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-33.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product_id": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product_id": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "product_id": "crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "product": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "product_id": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-2.el8.x86_64", "product": { "name": "haproxy22-0:2.2.24-2.el8.x86_64", "product_id": "haproxy22-0:2.2.24-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-2.el8.x86_64", "product": { "name": "haproxy-debugsource-0:2.2.24-2.el8.x86_64", "product_id": "haproxy-debugsource-0:2.2.24-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "product": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "product_id": "haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.43.1.rt7.200.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "product": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "product_id": "runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "product": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "product_id": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "product": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "product_id": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "product": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "product_id": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.12.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "product": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "product_id": "crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "product": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "product_id": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "product": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "product_id": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_id": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "product": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "product_id": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-6.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-6.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-6.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containers-common-2:1-33.rhaos4.12.el8.aarch64", "product": { "name": "containers-common-2:1-33.rhaos4.12.el8.aarch64", "product_id": "containers-common-2:1-33.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-33.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product_id": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product_id": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "product_id": "crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "product": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "product_id": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-2.el8.aarch64", "product": { "name": "haproxy22-0:2.2.24-2.el8.aarch64", "product_id": "haproxy22-0:2.2.24-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-2.el8.aarch64", "product": { "name": "haproxy-debugsource-0:2.2.24-2.el8.aarch64", "product_id": "haproxy-debugsource-0:2.2.24-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "product": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "product_id": "haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "product": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "product_id": "runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "product": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "product_id": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "product": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "product_id": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "product": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "product_id": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.12.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product_id": "crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product_id": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product_id": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_id": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product_id": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-6.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-6.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-6.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containers-common-2:1-33.rhaos4.12.el8.ppc64le", "product": { "name": "containers-common-2:1-33.rhaos4.12.el8.ppc64le", "product_id": "containers-common-2:1-33.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-33.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product_id": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product_id": "crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "product": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "product_id": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-2.el8.ppc64le", "product": { "name": "haproxy22-0:2.2.24-2.el8.ppc64le", "product_id": "haproxy22-0:2.2.24-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "product": { "name": "haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "product_id": "haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "product": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "product_id": "haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product_id": "runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product_id": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product_id": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product_id": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.12.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "product": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "product_id": "conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-4.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "product": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "product_id": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-4.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "product": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "product_id": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-4.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-3.rhaos4.12.el9.s390x", "product": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.s390x", "product_id": "crun-0:1.4.2-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "product": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "product_id": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "product": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "product_id": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_id": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "product": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "product_id": "buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-4.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "product": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "product_id": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-4.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "product": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "product_id": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-4.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "product": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "product_id": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-4.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "product_id": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-4.rhaos4.12.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "product": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "product_id": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-6.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-6.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-6.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "containers-common-2:1-33.rhaos4.12.el8.s390x", "product": { "name": "containers-common-2:1-33.rhaos4.12.el8.s390x", "product_id": "containers-common-2:1-33.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-33.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product_id": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product_id": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product_id": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.2-6.rhaos4.12.git3c4e50c.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el8.s390x", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.s390x", "product_id": "crun-0:1.4.2-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "product": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "product_id": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "product_id": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "product_id": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-2.el8.s390x", "product": { "name": "haproxy22-0:2.2.24-2.el8.s390x", "product_id": "haproxy22-0:2.2.24-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-2.el8.s390x", "product": { "name": "haproxy-debugsource-0:2.2.24-2.el8.s390x", "product_id": "haproxy-debugsource-0:2.2.24-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "product": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "product_id": "haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-3:1.1.4-2.rhaos4.12.el8.s390x", "product": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.s390x", "product_id": "runc-3:1.1.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "product": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "product_id": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "product": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "product_id": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "product": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "product_id": "skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.9.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "product": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "product_id": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.9.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "product": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "product_id": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "product": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "product_id": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.4-2.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "product": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "product_id": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "product": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.12.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "product": { "name": "podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "product_id": "podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.2.0-5.rhaos4.12.el9?arch=noarch\u0026epoch=3" } } }, { "category": "product_version", "name": "container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "product": { "name": "container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "product_id": "container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.188.0-2.rhaos4.12.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "product": { "name": "toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "product_id": "toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.1.1-3.rhaos4.12.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch" }, "product_reference": "container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.188.0-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src" }, "product_reference": "container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64" }, "product_reference": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le" }, "product_reference": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x" }, "product_reference": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src" }, "product_reference": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-33.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64" }, "product_reference": "containers-common-2:1-33.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-33.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le" }, "product_reference": "containers-common-2:1-33.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-33.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x" }, "product_reference": "containers-common-2:1-33.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-33.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src" }, "product_reference": "containers-common-2:1-33.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-33.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64" }, "product_reference": "containers-common-2:1-33.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64" }, "product_reference": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le" }, "product_reference": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x" }, "product_reference": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src" }, "product_reference": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64" }, "product_reference": "cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64" }, "product_reference": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le" }, "product_reference": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x" }, "product_reference": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src" }, "product_reference": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64" }, "product_reference": "fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:2.2.24-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src" }, "product_reference": "haproxy-0:2.2.24-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64" }, "product_reference": "haproxy-debugsource-0:2.2.24-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le" }, "product_reference": "haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x" }, "product_reference": "haproxy-debugsource-0:2.2.24-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64" }, "product_reference": "haproxy-debugsource-0:2.2.24-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64" }, "product_reference": "haproxy22-0:2.2.24-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le" }, "product_reference": "haproxy22-0:2.2.24-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x" }, "product_reference": "haproxy22-0:2.2.24-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64" }, "product_reference": "haproxy22-0:2.2.24-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src" }, "product_reference": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x" }, "product_reference": "runc-3:1.1.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src" }, "product_reference": "runc-3:1.1.4-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x" }, "product_reference": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x" }, "product_reference": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64" }, "product_reference": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le" }, "product_reference": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x" }, "product_reference": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src" }, "product_reference": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64" }, "product_reference": "slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.1.1-3.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch" }, "product_reference": "toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.1.1-3.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src" }, "product_reference": "toolbox-0:0.1.1-3.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64" }, "product_reference": "crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le" }, "product_reference": "crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x" }, "product_reference": "crun-0:1.4.2-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src" }, "product_reference": "crun-0:1.4.2-3.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64" }, "product_reference": "crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64" }, "product_reference": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le" }, "product_reference": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x" }, "product_reference": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64" }, "product_reference": "crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64" }, "product_reference": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le" }, "product_reference": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x" }, "product_reference": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64" }, "product_reference": "crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src" }, "product_reference": "podman-3:4.2.0-5.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch" }, "product_reference": "podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x" }, "product_reference": "podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-16T16:12:02+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0727" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-16T16:12:02+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0727" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-30631", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107342" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: compress/gzip: stack exhaustion in Reader.Read", "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.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30631" }, { "category": "external", "summary": "RHBZ#2107342", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30631" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631" }, { "category": "external", "summary": "https://go.dev/issue/53168", "url": "https://go.dev/issue/53168" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-16T16:12:02+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0727" } ], "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.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: compress/gzip: stack exhaustion in Reader.Read" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-16T16:12:02+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0727" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2023-0056", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-01-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2160808" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption vulnerability was discovered in HAProxy which could crash the service. This issue could allow an authenticated remote attacker to run a specially crafted malicious server in an OpenShift cluster. The biggest impact is to availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "haproxy: segfault DoS", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-6.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containers-common-2:1-33.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.2-6.rhaos4.12.git3c4e50c.el8.x86_64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.43.1.rt7.200.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.1-3.rhaos4.12.el8.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301312133.p0.gb05f7d4.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-5.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.9.4-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.9.4-2.rhaos4.12.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0056" }, { "category": "external", "summary": "RHBZ#2160808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0056", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0056" }, { "category": "external", "summary": "https://github.com/haproxy/haproxy/issues/1972", "url": "https://github.com/haproxy/haproxy/issues/1972" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-16T16:12:02+00:00", "details": "For OpenShift Container Platform 4.12 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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0727" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:haproxy-0:2.2.24-2.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-2.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "haproxy: segfault DoS" } ] }
rhsa-2023_1174
Vulnerability from csaf_redhat
Published
2023-03-09 01:24
Modified
2024-11-06 02:34
Summary
Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.1.2 security and bug fix update
Notes
Topic
OpenShift API for Data Protection (OADP) 1.1.2 is now available.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es) from Bugzilla:
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
For 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.
Terms of Use
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.
{ "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": "OpenShift API for Data Protection (OADP) 1.1.2 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\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-2023:1174", "url": "https://access.redhat.com/errata/RHSA-2023:1174" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "OADP-1056", "url": "https://issues.redhat.com/browse/OADP-1056" }, { "category": "external", "summary": "OADP-1150", "url": "https://issues.redhat.com/browse/OADP-1150" }, { "category": "external", "summary": "OADP-1217", "url": "https://issues.redhat.com/browse/OADP-1217" }, { "category": "external", "summary": "OADP-1256", "url": "https://issues.redhat.com/browse/OADP-1256" }, { "category": "external", "summary": "OADP-1289", "url": "https://issues.redhat.com/browse/OADP-1289" }, { "category": "external", "summary": "OADP-290", "url": "https://issues.redhat.com/browse/OADP-290" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1174.json" } ], "title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.1.2 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T02:34:46+00:00", "generator": { "date": "2024-11-06T02:34:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:1174", "initial_release_date": "2023-03-09T01:24:50+00:00", "revision_history": [ { "date": "2023-03-09T01:24:50+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-03-09T01:24:50+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:34:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "8Base-OADP-1.1", "product": { "name": "8Base-OADP-1.1", "product_id": "8Base-OADP-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_api_data_protection:1.1::el8" } } } ], "category": "product_family", "name": "OpenShift API for Data Protection" }, { "branches": [ { "category": "product_version", "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "product": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.2-18" } } }, { "category": "product_version", "name": "oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "product": { "name": "oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "product_id": "oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.2-26" } } }, { "category": "product_version", "name": "oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "product": { "name": "oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "product_id": "oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.2-31" } } }, { "category": "product_version", "name": "oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "product": { "name": "oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "product_id": "oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "product": { "name": "oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "product_id": "oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "product": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "product_id": "oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "product": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "product": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "product": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "product_identification_helper": { "purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.2-13" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "product": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.2-18" } } }, { "category": "product_version", "name": "oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "product": { "name": "oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "product_id": "oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.2-26" } } }, { "category": "product_version", "name": "oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "product": { "name": "oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "product_id": "oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.2-31" } } }, { "category": "product_version", "name": "oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "product": { "name": "oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "product_id": "oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "product": { "name": "oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "product_id": "oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "product_id": "oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "product": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "product": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "product": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "product_identification_helper": { "purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.2-13" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "product": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.2-18" } } }, { "category": "product_version", "name": "oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "product": { "name": "oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "product_id": "oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.2-26" } } }, { "category": "product_version", "name": "oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "product": { "name": "oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "product_id": "oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.2-31" } } }, { "category": "product_version", "name": "oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "product": { "name": "oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "product_id": "oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "product": { "name": "oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "product_id": "oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "product": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "product_id": "oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "product": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.2-13" } } }, { "category": "product_version", "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "product": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.2-16" } } }, { "category": "product_version", "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64", "product": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64", "product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64", "product_identification_helper": { "purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.2-13" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x" }, "product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64" }, "product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le" }, "product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x" }, "product_reference": "oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64" }, "product_reference": "oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le" }, "product_reference": "oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le" }, "product_reference": "oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64" }, "product_reference": "oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x" }, "product_reference": "oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64" }, "product_reference": "oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x" }, "product_reference": "oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le" }, "product_reference": "oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64" }, "product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x" }, "product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x" }, "product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64" }, "product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le" }, "product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le" }, "product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x" }, "product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64" }, "product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64" }, "product_reference": "oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le" }, "product_reference": "oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" }, "product_reference": "oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x" }, "product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le" }, "product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "relates_to_product_reference": "8Base-OADP-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64 as a component of 8Base-OADP-1.1", "product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" }, "product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64", "relates_to_product_reference": "8Base-OADP-1.1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-09T01:24:50+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1174" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-09T01:24:50+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1174" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-09T01:24:50+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1174" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ], "known_not_affected": [ "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:9176a624a42b1d54f55a71a599f0ca80be7fd81894783e36fcc268227d694f24_ppc64le", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a09561642d2e4016ed90e7850f2891a4c9cf89c7f3693392763d1ccf57096c27_amd64", "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:fb9c4f7ff88c95bc8125610339ccd25f04033c3d4194ef3435cf67a7123e9002_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-09T01:24:50+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1174" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:2592551270d7dbb3aeff227eeb06c20ca14641e6f8f7f59f7ec2d5b38d740008_s390x", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:3548d98637c8573c036e28121f61c3429d5061cb32a193eb71394b2103089c6d_amd64", "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ebdf2c40a0ca3871e085f5b1ee8653d9074d6417b00cc740a3290ee3af3169ee_ppc64le", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:1d7f1f396fe68805c144d1a538ba464f5a1efaa8cb09c9069cdbf69a6bb77c6f_s390x", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:3c296126466e6d5795ea325c06d8e9f477f58aa5f5f83d9cfaec7df7b9429c5f_amd64", "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:ee2a7436fe117ae745c721cabd51c2779a0c1d6b2f67c2b3b7ee182c17a74061_ppc64le", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:71f603874bc47c4a2ceb968687de865ef0f28b08d077e83026bb401bd9ae8748_amd64", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:7fa56d2a84a3be27d149e624be0385590e6b2193974373b2c829b322e28e270b_s390x", "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:dcddfcc46a0c0a904fc0b444bbc4dbd8f04bf577d5a7be49524cb0b52b2a0abe_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:0df302701b9ce8ff480ab417eb8752c2782469f6bc0131570ca3c063f7d6a96d_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3503e8a706e573d498bd1ee21561a1612e33b4e3ca6d4ad9d97338681dc3cdf7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60b69812981b289b5e7e3052ceb2d5a7c0c14a9353aed10ad8f3da89f0674079_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:5d76a818dd642216f0a20b5324aa2125306e1cdfafc06a968da66537a589e0c2_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:6647c6226f0d688aa0509bf3975c9c5cf7fb36ca19fa79e33e37ff97598ed7f5_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:fbde2697cb2e57aa7d6655534c3677c5fc86b19710a7b870f1c6b9003033b4e8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:000c106d6f3df71a7bfe7f4dab2705eae66075f47ae9a79cdbe9b7c092a7f969_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:99e71ef7d2317bae5967978efaf0557a2f4cb346504646bb2c42f9b1f890a1e2_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:a8fdc9851bac1b31f446e149d24511bd31f1a4b0a5836493cad923a58ad19399_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:b2034cbd6c4b42f832cb02c49d224ea8c51097db4eae35955f66543fae1867a8_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:bd3898823b9634235e5b17793b42fb67ecb28758c3ed63eca2e51be3fe415c14_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:ca4895fc7d135749e88c33ed819fc41e08d216ca4b53abf488a68b4659b035ee_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:34af5f104eb6bf621eb85eb91adea036f738eba6a343dbb1b8e10f529461f152_s390x", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:b6c30ed53411f9e427e28e5768d330e3325ecd0e9f8cc999c8c5e94c2f639faa_amd64", "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:ee21d5439e5cda864e4c6bb3f24d30fb1a63a562ec16dcae9d0205fcc39d9970_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:021392da75c14255a6381a1ace934f7a546de5dccd38ab8a8bdc43a45b4fd7eb_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:0a6abd7813f4588a00dbf6a2d34c000b74329e7018fb794a89db369511782c3c_s390x", "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:130d858d1ee18d0e1cad5368298c8916b7708f6755cfd80e3d1975c0e91ddca8_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:9dfd605af04df668214f21f19da41dfd669fc905a3888ddb178f285cef5b03e3_amd64", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d440e26f11f81d795c5b41b4110aea350b6475d42bc0f6dcc442f5808aaca9d7_ppc64le", "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:d472102becfa09546580fd54704e2b1556398c5d0a0362a99fc108debff6954d_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:225b98dba7f2f210b4684f256b5abf2058e7d45db64f0bc7f46891832fc11315_s390x", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:97068c64c6eb54a26f665eeac2ff0b4e23ec97b6421044cbaa31093e9b797b62_ppc64le", "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:be374c3070caf23563762952b8b181721f3869761fc837ee9b5d67d317031169_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2023_3742
Vulnerability from csaf_redhat
Published
2023-06-21 15:22
Modified
2024-11-06 03:15
Summary
Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.13.0 security and bug fix update
Notes
Topic
Updated images that include numerous enhancements, security, and bug fixes are now available in Red Hat Container Registry for Red Hat OpenShift Data Foundation 4.13.0 on Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Container Platform. Red Hat OpenShift Data Foundation 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 multicloud data management service with an S3 compatible API.
Security Fix(es):
* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)
* decode-uri-component: improper input validation resulting in DoS (CVE-2022-38900)
* vault: Hashicorp Vault AWS IAM Integration Authentication Bypass (CVE-2020-16250)
* vault: GCP Auth Method Allows Authentication Bypass (CVE-2020-16251)
* nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes (CVE-2021-3807)
* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)
* vault: incorrect policy enforcement (CVE-2021-43998)
* nodejs: Improper handling of URI Subject Alternative Names (CVE-2021-44531)
* nodejs: Certificate Verification Bypass via String Injection (CVE-2021-44532)
* nodejs: Incorrect handling of certificate subject and issuer fields (CVE-2021-44533)
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)
* jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass (CVE-2022-23540)
* jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC (CVE-2022-23541)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)
* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)
* consul: Consul Template May Expose Vault Secrets When Processing Invalid Input (CVE-2022-38149)
* vault: insufficient certificate revocation list checking (CVE-2022-41316)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)
* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)
* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)
* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)
* vault: Vault’s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File (CVE-2023-0620)
* hashicorp/vault: Vault’s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata (CVE-2023-0665)
* Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation (CVE-2023-24999)
* hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations (CVE-2023-25000)
* validator: Inefficient Regular Expression Complexity in Validator.js (CVE-2021-3765)
* nodejs: Prototype pollution via console.table properties (CVE-2022-21824)
* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)
For 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.
Terms of Use
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.
{ "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 that include numerous enhancements, security, and bug fixes are now available in Red Hat Container Registry for Red Hat OpenShift Data Foundation 4.13.0 on 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": "Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Container Platform. Red Hat OpenShift Data Foundation 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 multicloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)\n\n* decode-uri-component: improper input validation resulting in DoS (CVE-2022-38900)\n\n* vault: Hashicorp Vault AWS IAM Integration Authentication Bypass (CVE-2020-16250)\n\n* vault: GCP Auth Method Allows Authentication Bypass (CVE-2020-16251)\n\n* nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes (CVE-2021-3807)\n\n* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)\n\n* vault: incorrect policy enforcement (CVE-2021-43998)\n\n* nodejs: Improper handling of URI Subject Alternative Names (CVE-2021-44531)\n\n* nodejs: Certificate Verification Bypass via String Injection (CVE-2021-44532)\n\n* nodejs: Incorrect handling of certificate subject and issuer fields (CVE-2021-44533)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass (CVE-2022-23540)\n\n* jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC (CVE-2022-23541)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* consul: Consul Template May Expose Vault Secrets When Processing Invalid Input (CVE-2022-38149)\n\n* vault: insufficient certificate revocation list checking (CVE-2022-41316)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)\n\n* vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File (CVE-2023-0620)\n\n* hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata (CVE-2023-0665)\n\n* Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation (CVE-2023-24999)\n\n* hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations (CVE-2023-25000)\n\n* validator: Inefficient Regular Expression Complexity in Validator.js (CVE-2021-3765)\n\n* nodejs: Prototype pollution via console.table properties (CVE-2022-21824)\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\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-2023:3742", "url": "https://access.redhat.com/errata/RHSA-2023:3742" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index" }, { "category": "external", "summary": "1786696", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786696" }, { "category": "external", "summary": "1855339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1855339" }, { "category": "external", "summary": "1943137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1943137" }, { "category": "external", "summary": "1944687", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944687" }, { "category": "external", "summary": "1989088", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989088" }, { "category": "external", "summary": "2005040", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005040" }, { "category": "external", "summary": "2005830", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005830" }, { "category": "external", "summary": "2007557", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007557" }, { "category": "external", "summary": "2028193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028193" }, { "category": "external", "summary": "2040839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839" }, { "category": "external", "summary": "2040846", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846" }, { "category": "external", "summary": "2040856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856" }, { "category": "external", "summary": "2040862", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862" }, { "category": "external", "summary": "2042914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2042914" }, { "category": "external", "summary": "2052252", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052252" }, { "category": "external", "summary": "2101497", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101497" }, { "category": "external", "summary": "2101916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101916" }, { "category": "external", "summary": "2102304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102304" }, { "category": "external", "summary": "2104148", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104148" }, { "category": "external", "summary": "2107388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2115020", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115020" }, { "category": "external", "summary": "2115616", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115616" }, { "category": "external", "summary": "2119551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119551" }, { "category": "external", "summary": "2120098", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120098" }, { "category": "external", "summary": "2120944", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120944" }, { "category": "external", "summary": "2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2126299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126299" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2134609", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609" }, { "category": "external", "summary": "2135339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339" }, { "category": "external", "summary": "2139037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139037" }, { "category": "external", "summary": "2141095", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141095" }, { "category": "external", "summary": "2142651", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142651" }, { "category": "external", "summary": "2142894", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142894" }, { "category": "external", "summary": "2142941", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142941" }, { "category": "external", "summary": "2143944", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143944" }, { "category": "external", "summary": "2144256", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144256" }, { "category": "external", "summary": "2151903", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151903" }, { "category": "external", "summary": "2152143", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152143" }, { "category": "external", "summary": "2154250", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154250" }, { "category": "external", "summary": "2155507", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155507" }, { "category": "external", "summary": "2155743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155743" }, { "category": "external", "summary": "2156067", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156067" }, { "category": "external", "summary": "2156069", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156069" }, { "category": "external", "summary": "2156263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263" }, { "category": "external", "summary": "2156519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156519" }, { "category": "external", "summary": "2156727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727" }, { "category": "external", "summary": "2156729", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729" }, { "category": "external", "summary": "2157876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2157876" }, { "category": "external", "summary": "2158922", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158922" }, { "category": "external", "summary": "2159676", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159676" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2161879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161879" }, { "category": "external", "summary": "2161937", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161937" }, { "category": "external", "summary": "2162257", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162257" }, { "category": "external", "summary": "2164617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164617" }, { "category": "external", "summary": "2165495", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165495" }, { "category": "external", "summary": "2165504", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165504" }, { "category": "external", "summary": "2165929", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165929" }, { "category": "external", "summary": "2165938", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165938" }, { "category": "external", "summary": "2165984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165984" }, { "category": "external", "summary": "2166222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166222" }, { "category": "external", "summary": "2166234", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166234" }, { "category": "external", "summary": "2166869", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166869" }, { "category": "external", "summary": "2167299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167299" }, { "category": "external", "summary": "2167308", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167308" }, { "category": "external", "summary": "2167337", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167337" }, { "category": "external", "summary": "2167340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167340" }, { "category": "external", "summary": "2167946", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167946" }, { "category": "external", "summary": "2168113", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168113" }, { "category": "external", "summary": "2168635", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168635" }, { "category": "external", "summary": "2168840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168840" }, { "category": "external", "summary": "2168849", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168849" }, { "category": "external", "summary": "2169375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169375" }, { "category": "external", "summary": "2169378", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169378" }, { "category": "external", "summary": "2169779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169779" }, { "category": "external", "summary": "2170644", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170644" }, { "category": "external", "summary": "2170673", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170673" }, { "category": "external", "summary": "2172089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172089" }, { "category": "external", "summary": "2172365", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172365" }, { "category": "external", "summary": "2172521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172521" }, { "category": "external", "summary": "2173161", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173161" }, { "category": "external", "summary": "2173528", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173528" }, { "category": "external", "summary": "2173534", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173534" }, { "category": "external", "summary": "2173926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173926" }, { "category": "external", "summary": "2175612", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175612" }, { "category": "external", "summary": "2175685", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175685" }, { "category": "external", "summary": "2175714", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175714" }, { "category": "external", "summary": "2175867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175867" }, { "category": "external", "summary": "2176080", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176080" }, { "category": "external", "summary": "2176456", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176456" }, { "category": "external", "summary": "2176739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176739" }, { "category": "external", "summary": "2176776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176776" }, { "category": "external", "summary": "2176798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176798" }, { "category": "external", "summary": "2176809", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176809" }, { "category": "external", "summary": "2177134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177134" }, { "category": "external", "summary": "2177221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177221" }, { "category": "external", "summary": "2177325", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177325" }, { "category": "external", "summary": "2177695", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177695" }, { "category": "external", "summary": "2177844", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177844" }, { "category": "external", "summary": "2178033", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178033" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2178588", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178588" }, { "category": "external", "summary": "2178619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178619" }, { "category": "external", "summary": "2178682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178682" }, { "category": "external", "summary": "2179133", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179133" }, { "category": "external", "summary": "2179337", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179337" }, { "category": "external", "summary": "2179403", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179403" }, { "category": "external", "summary": "2179846", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179846" }, { "category": "external", "summary": "2179860", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179860" }, { "category": "external", "summary": "2179976", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179976" }, { "category": "external", "summary": "2179981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179981" }, { "category": "external", "summary": "2179997", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179997" }, { "category": "external", "summary": "2180211", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180211" }, { "category": "external", "summary": "2180397", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180397" }, { "category": "external", "summary": "2180440", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180440" }, { "category": "external", "summary": "2180921", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180921" }, { "category": "external", "summary": "2181112", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181112" }, { "category": "external", "summary": "2181133", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181133" }, { "category": "external", "summary": "2181446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181446" }, { "category": "external", "summary": "2181535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181535" }, { "category": "external", "summary": "2181551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181551" }, { "category": "external", "summary": "2181832", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181832" }, { "category": "external", "summary": "2181949", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181949" }, { "category": "external", "summary": "2182041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182041" }, { "category": "external", "summary": "2182296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182296" }, { "category": "external", "summary": "2182375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182375" }, { "category": "external", "summary": "2182644", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182644" }, { "category": "external", "summary": "2182664", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182664" }, { "category": "external", "summary": "2182703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182703" }, { "category": "external", "summary": "2182972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182972" }, { "category": "external", "summary": "2182981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182981" }, { "category": "external", "summary": "2183155", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183155" }, { "category": "external", "summary": "2183196", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183196" }, { "category": "external", "summary": "2183266", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183266" }, { "category": "external", "summary": "2183457", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183457" }, { "category": "external", "summary": "2183478", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183478" }, { "category": "external", "summary": "2183520", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183520" }, { "category": "external", "summary": "2184068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184068" }, { "category": "external", "summary": "2184605", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184605" }, { "category": "external", "summary": "2184663", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184663" }, { "category": "external", "summary": "2184769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184769" }, { "category": "external", "summary": "2184773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184773" }, { "category": "external", "summary": "2184892", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184892" }, { "category": "external", "summary": "2184984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184984" }, { "category": "external", "summary": "2185164", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185164" }, { "category": "external", "summary": "2185188", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185188" }, { "category": "external", "summary": "2185757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185757" }, { "category": "external", "summary": "2185871", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185871" }, { "category": "external", "summary": "2186171", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186171" }, { "category": "external", "summary": "2186225", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186225" }, { "category": "external", "summary": "2186475", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186475" }, { "category": "external", "summary": "2186752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186752" }, { "category": "external", "summary": "2187251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187251" }, { "category": "external", "summary": "2187296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187296" }, { "category": "external", "summary": "2187736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187736" }, { "category": "external", "summary": "2187952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187952" }, { "category": "external", "summary": "2187969", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187969" }, { "category": "external", "summary": "2187986", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187986" }, { "category": "external", "summary": "2188053", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188053" }, { "category": "external", "summary": "2188238", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188238" }, { "category": "external", "summary": "2188303", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188303" }, { "category": "external", "summary": "2188427", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188427" }, { "category": "external", "summary": "2188666", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188666" }, { "category": "external", "summary": "2189483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189483" }, { "category": "external", "summary": "2189929", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189929" }, { "category": "external", "summary": "2189982", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189982" }, { "category": "external", "summary": "2189984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189984" }, { "category": "external", "summary": "2190129", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190129" }, { "category": "external", "summary": "2190241", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190241" }, { "category": "external", "summary": "2192088", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192088" }, { "category": "external", "summary": "2192670", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192670" }, { "category": "external", "summary": "2192824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192824" }, { "category": "external", "summary": "2192875", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192875" }, { "category": "external", "summary": "2193114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193114" }, { "category": "external", "summary": "2193220", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193220" }, { "category": "external", "summary": "2196176", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196176" }, { "category": "external", "summary": "2196236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196236" }, { "category": "external", "summary": "2196298", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196298" }, { "category": "external", "summary": "2203795", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203795" }, { "category": "external", "summary": "2208029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208029" }, { "category": "external", "summary": "2208079", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208079" }, { "category": "external", "summary": "2208269", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208269" }, { "category": "external", "summary": "2208558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208558" }, { "category": "external", "summary": "2208962", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208962" }, { "category": "external", "summary": "2209364", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209364" }, { "category": "external", "summary": "2209643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209643" }, { "category": "external", "summary": "2209695", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209695" }, { "category": "external", "summary": "2210964", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210964" }, { "category": "external", "summary": "2211334", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211334" }, { "category": "external", "summary": "2211343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211343" }, { "category": "external", "summary": "2211704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211704" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3742.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.13.0 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T03:15:04+00:00", "generator": { "date": "2024-11-06T03:15:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3742", "initial_release_date": "2023-06-21T15:22:11+00:00", "revision_history": [ { "date": "2023-06-21T15:22:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-06-22T19:51:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:15:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHODF 4.13 for RHEL 9", "product": { "name": "RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_data_foundation:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Data Foundation" }, { "branches": [ { "category": "product_version", "name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "product": { "name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "product_id": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "product_identification_helper": { "purl": "pkg:oci/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "product": { "name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "product_id": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "product_identification_helper": { "purl": "pkg:oci/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "product": { "name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "product_id": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "product_identification_helper": { "purl": "pkg:oci/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "product": { "name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "product_id": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "product_identification_helper": { "purl": "pkg:oci/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "product": { "name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "product_id": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "product_identification_helper": { "purl": "pkg:oci/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "product": { "name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "product_id": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "product_identification_helper": { "purl": "pkg:oci/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "product": { "name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "product_id": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "product_identification_helper": { "purl": "pkg:oci/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "product": { "name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78" } } }, { "category": "product_version", "name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "product": { "name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "product_id": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "product_identification_helper": { "purl": "pkg:oci/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "product": { "name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "product_id": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "product_identification_helper": { "purl": "pkg:oci/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67" } } }, { "category": "product_version", "name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "product": { "name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "product_id": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "product": { "name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "product_id": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "product": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "product": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "product": { "name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "product_id": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "product": { "name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "product_id": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "product": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "product_id": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "product": { "name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "product_id": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "product": { "name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "product_id": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "product": { "name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "product_id": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "product_identification_helper": { "purl": "pkg:oci/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24" } } }, { "category": "product_version", "name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "product": { "name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "product_id": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "product_identification_helper": { "purl": "pkg:oci/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "product": { "name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "product_id": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "product_identification_helper": { "purl": "pkg:oci/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217" } } }, { "category": "product_version", "name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "product": { "name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "product_id": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "product_identification_helper": { "purl": "pkg:oci/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33" } } }, { "category": "product_version", "name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "product": { "name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "product_id": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "product_identification_helper": { "purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "product": { "name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "product_id": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "product": { "name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "product_id": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "product": { "name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "product_id": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "product": { "name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "product_id": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "product": { "name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "product_id": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "product": { "name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "product_id": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "product": { "name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "product_id": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "product": { "name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78" } } }, { "category": "product_version", "name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "product": { "name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "product_id": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "product": { "name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "product_id": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67" } } }, { "category": "product_version", "name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "product": { "name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "product_id": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "product": { "name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "product_id": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "product": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "product": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "product": { "name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "product_id": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "product": { "name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "product_id": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "product": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "product_id": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "product": { "name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "product_id": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "product": { "name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "product_id": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "product": { "name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "product_id": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24" } } }, { "category": "product_version", "name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "product": { "name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "product_id": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "product": { "name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "product_id": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217" } } }, { "category": "product_version", "name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "product": { "name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "product_id": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33" } } }, { "category": "product_version", "name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le", "product": { "name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le", "product_id": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "product": { "name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "product_id": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "product_identification_helper": { "purl": "pkg:oci/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "product": { "name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "product_id": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "product_identification_helper": { "purl": "pkg:oci/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "product": { "name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "product_id": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "product_identification_helper": { "purl": "pkg:oci/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "product": { "name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "product_id": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "product_identification_helper": { "purl": "pkg:oci/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "product": { "name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "product_id": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "product_identification_helper": { "purl": "pkg:oci/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "product": { "name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "product_id": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "product_identification_helper": { "purl": "pkg:oci/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "product": { "name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "product_id": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "product_identification_helper": { "purl": "pkg:oci/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "product": { "name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "product_identification_helper": { "purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78" } } }, { "category": "product_version", "name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "product": { "name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "product_id": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "product": { "name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "product_id": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "product_identification_helper": { "purl": "pkg:oci/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67" } } }, { "category": "product_version", "name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "product": { "name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "product_id": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "product": { "name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "product_id": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "product": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "product": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "product": { "name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "product_id": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "product": { "name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "product_id": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "product": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "product": { "name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "product_id": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "product": { "name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "product_id": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "product": { "name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "product_id": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "product_identification_helper": { "purl": "pkg:oci/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24" } } }, { "category": "product_version", "name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "product": { "name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "product_id": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "product_identification_helper": { "purl": "pkg:oci/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218" } } }, { "category": "product_version", "name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "product": { "name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "product_id": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "product_identification_helper": { "purl": "pkg:oci/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217" } } }, { "category": "product_version", "name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "product": { "name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "product_id": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "product_identification_helper": { "purl": "pkg:oci/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33" } } }, { "category": "product_version", "name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "product": { "name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "product_id": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "product_identification_helper": { "purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "product": { "name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "product_id": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "product_identification_helper": { "purl": "pkg:oci/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "product": { "name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "product_id": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "product_identification_helper": { "purl": "pkg:oci/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "product": { "name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "product_id": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "product_identification_helper": { "purl": "pkg:oci/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41" } } }, { "category": "product_version", "name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "product": { "name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "product_id": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "product_identification_helper": { "purl": "pkg:oci/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17" } } }, { "category": "product_version", "name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "product": { "name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "product_id": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "product_identification_helper": { "purl": "pkg:oci/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "product": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "product": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "product_identification_helper": { "purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "product": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "product_id": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "product_identification_helper": { "purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18" } } }, { "category": "product_version", "name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "product": { "name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "product_id": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "product_identification_helper": { "purl": "pkg:oci/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35" } } }, { "category": "product_version", "name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "product": { "name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "product_id": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "product_identification_helper": { "purl": "pkg:oci/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24" } } }, { "category": "product_version", "name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "product": { "name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "product_id": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "product_identification_helper": { "purl": "pkg:oci/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64" }, "product_reference": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x" }, "product_reference": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" }, "product_reference": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64" }, "product_reference": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64" }, "product_reference": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x" }, "product_reference": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le" }, "product_reference": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le" }, "product_reference": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x" }, "product_reference": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64" }, "product_reference": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" }, "product_reference": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le" }, "product_reference": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x" }, "product_reference": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64" }, "product_reference": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64" }, "product_reference": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x" }, "product_reference": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64" }, "product_reference": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" }, "product_reference": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x" }, "product_reference": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64" }, "product_reference": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le" }, "product_reference": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x" }, "product_reference": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64" }, "product_reference": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le" }, "product_reference": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64" }, "product_reference": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64" }, "product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le" }, "product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x" }, "product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le" }, "product_reference": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x" }, "product_reference": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64" }, "product_reference": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64" }, "product_reference": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64" }, "product_reference": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x" }, "product_reference": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le" }, "product_reference": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64" }, "product_reference": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le" }, "product_reference": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x" }, "product_reference": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le" }, "product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64" }, "product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x" }, "product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le" }, "product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x" }, "product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64" }, "product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64" }, "product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x" }, "product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64" }, "product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le" }, "product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64" }, "product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64" }, "product_reference": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le" }, "product_reference": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x" }, "product_reference": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le" }, "product_reference": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x" }, "product_reference": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64" }, "product_reference": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64" }, "product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64" }, "product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x" }, "product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le" }, "product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64" }, "product_reference": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64" }, "product_reference": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x" }, "product_reference": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le" }, "product_reference": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le" }, "product_reference": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x" }, "product_reference": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64" }, "product_reference": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x" }, "product_reference": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64" }, "product_reference": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64" }, "product_reference": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" }, "product_reference": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64" }, "product_reference": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x" }, "product_reference": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le" }, "product_reference": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64" }, "product_reference": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x" }, "product_reference": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le" }, "product_reference": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le" }, "product_reference": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64" }, "product_reference": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64" }, "product_reference": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" }, "product_reference": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x" }, "product_reference": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64 as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64" }, "product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "relates_to_product_reference": "9Base-RHODF-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le as a component of RHODF 4.13 for RHEL 9", "product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" }, "product_reference": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le", "relates_to_product_reference": "9Base-RHODF-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-16250", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "discovery_date": "2023-02-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2167337" } ], "notes": [ { "category": "description", "text": "A flaw was found in Vault and Vault Enterprise (\u201cVault\u201d). In the affected versions of Vault, with the AWS Auth Method configured and under certain circumstances, the values relied upon by Vault to validate AWS IAM identities and roles may be manipulated and bypass authentication.", "title": "Vulnerability description" }, { "category": "summary", "text": "vault: Hashicorp Vault AWS IAM Integration Authentication Bypass", "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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-16250" }, { "category": "external", "summary": "RHBZ#2167337", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167337" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-16250", "url": "https://www.cve.org/CVERecord?id=CVE-2020-16250" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-16250", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16250" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2020-16-vault-s-aws-auth-method-allows-authentication-bypass/18101", "url": "https://discuss.hashicorp.com/t/hcsec-2020-16-vault-s-aws-auth-method-allows-authentication-bypass/18101" } ], "release_date": "2020-08-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "vault: Hashicorp Vault AWS IAM Integration Authentication Bypass" }, { "cve": "CVE-2020-16251", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "discovery_date": "2023-02-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2167340" } ], "notes": [ { "category": "description", "text": "A flaw was found in Vault and Vault Enterprise (\u201cVault\u201d). In affected versions of Vault, with the GCP Auth Method configured and under certain circumstances, the values relied upon by Vault to validate Google Compute Engine (GCE) VMs may be manipulated and bypass authentication.", "title": "Vulnerability description" }, { "category": "summary", "text": "vault: GCP Auth Method Allows Authentication Bypass", "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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-16251" }, { "category": "external", "summary": "RHBZ#2167340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167340" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-16251", "url": "https://www.cve.org/CVERecord?id=CVE-2020-16251" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-16251", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16251" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2020-17-vault-s-gcp-auth-method-allows-authentication-bypass/18102", "url": "https://discuss.hashicorp.com/t/hcsec-2020-17-vault-s-gcp-auth-method-allows-authentication-bypass/18102" } ], "release_date": "2020-08-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "vault: GCP Auth Method Allows Authentication Bypass" }, { "cve": "CVE-2021-3765", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2022-09-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2126299" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the validator package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "validator: Inefficient Regular Expression Complexity in Validator.js", "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3765" }, { "category": "external", "summary": "RHBZ#2126299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126299" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3765", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3765" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3765", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3765" }, { "category": "external", "summary": "https://huntr.dev/bounties/c37e975c-21a3-4c5f-9b57-04d63b28cfc9", "url": "https://huntr.dev/bounties/c37e975c-21a3-4c5f-9b57-04d63b28cfc9" } ], "release_date": "2021-11-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "validator: Inefficient Regular Expression Complexity in Validator.js" }, { "cve": "CVE-2021-3807", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2021-09-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2007557" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDoS) vulnerability was found in nodejs-ansi-regex. This could possibly cause an application using ansi-regex to use an excessive amount of CPU time when matching crafted ANSI escape codes.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw requires crafted invalid ANSI escape codes in order to be exploited and only allows for denial of service of applications on the client side, hence the impact has been rated as Moderate.\n\nIn Red Hat Virtualization and Red Hat Quay some components use a vulnerable version of ansi-regex. However, all frontend code is executed on the client side. As the maximum impact of this vulnerability is denial of service in the client, the vulnerability is rated Moderate for those products.\n\nOpenShift Container Platform 4 (OCP) ships affected version of ansi-regex in the ose-metering-hadoop container, however the metering operator is deprecated since 4.6[1]. This issue is not currently planned to be addressed in future updates and hence hadoop container has been marked as \u0027will not fix\u0027.\n\nAdvanced Cluster Management for Kubernetes (RHACM) ships the affected version of ansi-regex in several containers, however the impact of this vulnerability is deemed low as it would result in an authenticated slowing down their own user interface. \n\n[1] https://docs.openshift.com/container-platform/4.6/metering/metering-about-metering.html", "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3807" }, { "category": "external", "summary": "RHBZ#2007557", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007557" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3807", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3807" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3807", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3807" }, { "category": "external", "summary": "https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994", "url": "https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994" } ], "release_date": "2021-09-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes" }, { "cve": "CVE-2021-4235", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156727" } ], "notes": [ { "category": "description", "text": "A flaw was found in go-yaml. This issue occurs due to unbounded alias chasing, where a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-yaml: Denial of Service in go-yaml", "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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-4235" }, { "category": "external", "summary": "RHBZ#2156727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-4235", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4235" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241", "url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/pull/375", "url": "https://github.com/go-yaml/yaml/pull/375" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2021-0061", "url": "https://pkg.go.dev/vuln/GO-2021-0061" } ], "release_date": "2022-12-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "go-yaml: Denial of Service in go-yaml" }, { "cve": "CVE-2021-4238", "cwe": { "id": "CWE-331", "name": "Insufficient Entropy" }, "discovery_date": "2022-12-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156729" } ], "notes": [ { "category": "description", "text": "A flaw was found in goutils where randomly generated alphanumeric strings contain significantly less entropy than expected. Both the `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This issue significantly reduces the amount of entropy generated in short strings by these functions.", "title": "Vulnerability description" }, { "category": "summary", "text": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be", "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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-4238" }, { "category": "external", "summary": "RHBZ#2156729", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-4238", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4238" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238" }, { "category": "external", "summary": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1", "url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-3839-6r69-m497", "url": "https://github.com/advisories/GHSA-3839-6r69-m497" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-0411", "url": "https://pkg.go.dev/vuln/GO-2022-0411" } ], "release_date": "2022-12-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be" }, { "cve": "CVE-2021-43998", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "discovery_date": "2021-11-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2028193" } ], "notes": [ { "category": "description", "text": "A flaw was found in HashiCorp Vault. In affected versions of HashiCorp Vault and Vault Enterprise, templated ACL policies would always match the first-created entity alias if multiple entity aliases exist for a specified entity and mount combination, potentially resulting in incorrect policy enforcement.", "title": "Vulnerability description" }, { "category": "summary", "text": "vault: incorrect policy enforcement", "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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43998" }, { "category": "external", "summary": "RHBZ#2028193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028193" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43998", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43998" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43998", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43998" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2021-30-vaults-templated-acl-policies-matched-first-created-alias-per-entity-and-auth-backend/32132", "url": "https://discuss.hashicorp.com/t/hcsec-2021-30-vaults-templated-acl-policies-matched-first-created-alias-per-entity-and-auth-backend/32132" } ], "release_date": "2021-11-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "vault: incorrect policy enforcement" }, { "cve": "CVE-2021-44531", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-01-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2040839" } ], "notes": [ { "category": "description", "text": "A flaw was found in node.js where it accepted a certificate\u0027s Subject Alternative Names (SAN) entry, as opposed to what is specified by the HTTPS protocol. This flaw allows an active person-in-the-middle to forge a certificate and impersonate a trusted host.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Improper handling of URI Subject Alternative Names", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44531" }, { "category": "external", "summary": "RHBZ#2040839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44531", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44531" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531" }, { "category": "external", "summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/", "url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/" } ], "release_date": "2022-01-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: Improper handling of URI Subject Alternative Names" }, { "cve": "CVE-2021-44532", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-01-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2040846" } ], "notes": [ { "category": "description", "text": "It was found that node.js did not safely read the x509 certificate generalName format properly, resulting in data injection. A certificate could use a specially crafted extension in order to be successfully validated, permitting an attacker to impersonate a trusted host.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Certificate Verification Bypass via String Injection", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44532" }, { "category": "external", "summary": "RHBZ#2040846", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44532", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44532" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532" } ], "release_date": "2022-01-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: Certificate Verification Bypass via String Injection" }, { "cve": "CVE-2021-44533", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-01-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2040856" } ], "notes": [ { "category": "description", "text": "A flaw was found in node.js, where it did not properly handle multi-value Relative Distinguished Names. This flaw allows a specially crafted x509 certificate to produce a false multi-value Relative Distinguished Name and to inject arbitrary data in node.js libraries.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Incorrect handling of certificate subject and issuer fields", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally, there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore, the Quay component is marked as \"Will not fix\" with impact LOW.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44533" }, { "category": "external", "summary": "RHBZ#2040856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44533", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44533" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533" }, { "category": "external", "summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/", "url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/" } ], "release_date": "2022-01-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: Incorrect handling of certificate subject and issuer fields" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-3517", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2022-06-01T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134609" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs-minimatch: ReDoS via the braceExpand function", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3517" }, { "category": "external", "summary": "RHBZ#2134609", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3517" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517" } ], "release_date": "2022-02-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs-minimatch: ReDoS via the braceExpand function" }, { "cve": "CVE-2022-21824", "cwe": { "id": "CWE-915", "name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes" }, "discovery_date": "2022-01-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2040862" } ], "notes": [ { "category": "description", "text": "Due to the formatting logic of the \"console.table()\" function it was not safe to allow user controlled input to be passed to the \"properties\" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be \"__proto__\". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js \u003e= 12.22.9, \u003e= 14.18.3, \u003e= 16.13.2, and \u003e= 17.3.1 use a null protoype for the object these properties are being assigned to.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Prototype pollution via console.table properties", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\".", "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-21824" }, { "category": "external", "summary": "RHBZ#2040862", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21824", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824" }, { "category": "external", "summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/", "url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/" } ], "release_date": "2022-01-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "nodejs: Prototype pollution via console.table properties" }, { "cve": "CVE-2022-23540", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2023-02-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2169378" } ], "notes": [ { "category": "description", "text": "A flaw was found in the jsonwebtoken library. In affected versions of the jsonwebtoken library, lack of algorithm definition and a falsy secret or key in the jwt.verify() function may lead to signature validation bypass due to defaulting to the none algorithm for signature verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass", "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-23540" }, { "category": "external", "summary": "RHBZ#2169378", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169378" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23540", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23540" }, { "category": "external", "summary": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-qwph-4952-7xr6", "url": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-qwph-4952-7xr6" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:L", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass" }, { "cve": "CVE-2022-23541", "cwe": { "id": "CWE-1259", "name": "Improper Restriction of Security Token Assignment" }, "discovery_date": "2023-02-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2169375" } ], "notes": [ { "category": "description", "text": "A flaw was found in the jsonwebtoken library. Affected versions of jsonwebtoken library can be misconfigured so that passing a poorly implemented key retrieval function will result in incorrect verification of tokens. Using a different algorithm and key combination in verification than what was used to sign the tokens, specifically, tokens signed with an asymmetric public key could be verified with a symmetric HS256 algorithm. This can lead to the successful validation of forged tokens.", "title": "Vulnerability description" }, { "category": "summary", "text": "jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC", "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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-23541" }, { "category": "external", "summary": "RHBZ#2169375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169375" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23541", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23541" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23541", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23541" }, { "category": "external", "summary": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-hjrf-2m68-5959", "url": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-hjrf-2m68-5959" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-30635", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107388" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: encoding/gob: stack exhaustion in Decoder.Decode", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.", "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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30635" }, { "category": "external", "summary": "RHBZ#2107388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635" }, { "category": "external", "summary": "https://go.dev/issue/53615", "url": "https://go.dev/issue/53615" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: encoding/gob: stack exhaustion in Decoder.Decode" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "cve": "CVE-2022-38149", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2022-08-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2119551" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the HashiCorp Consul Template. This issue may reveal the contents of a Vault secret when used with an invalid template.", "title": "Vulnerability description" }, { "category": "summary", "text": "consul: Consul Template May Expose Vault Secrets When Processing Invalid 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": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-38149" }, { "category": "external", "summary": "RHBZ#2119551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119551" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-38149", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38149" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38149", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38149" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hsec-2022-16-consul-template-may-expose-vault-secrets-when-processing-invalid-input/43215", "url": "https://discuss.hashicorp.com/t/hsec-2022-16-consul-template-may-expose-vault-secrets-when-processing-invalid-input/43215" } ], "release_date": "2022-08-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "consul: Consul Template May Expose Vault Secrets When Processing Invalid Input" }, { "cve": "CVE-2022-38900", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-02-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170644" } ], "notes": [ { "category": "description", "text": "A flaw was found in decode-uri-component. This issue occurs due to a specially crafted input, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "decode-uri-component: improper input validation resulting in DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "For OpenShift Container Platform (OCP), Advanced Clusters Management for Kubernetes (ACM) and Advanced Cluster Security (ACS), the NPM decode-uri-component package is only present in source repositories as a development dependency, it is not used in production. Therefore this vulnerability is rated Low for OCP and ACS.\n\nIn Red Hat OpenShift Logging the openshift-logging/kibana6-rhel8 container bundles many nodejs packages as a build time dependencies, including the decode-uri-component package. \nThe vulnerable code is not used, hence the impact to OpenShift Logging by this vulnerability is Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-38900" }, { "category": "external", "summary": "RHBZ#2170644", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170644" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-38900", "url": "https://www.cve.org/CVERecord?id=CVE-2022-38900" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38900", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38900" }, { "category": "external", "summary": "https://github.com/SamVerschueren/decode-uri-component/issues/5", "url": "https://github.com/SamVerschueren/decode-uri-component/issues/5" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-w573-4hg7-7wgq", "url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq" } ], "release_date": "2022-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "decode-uri-component: improper input validation resulting in DoS" }, { "cve": "CVE-2022-41316", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-10-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2135339" } ], "notes": [ { "category": "description", "text": "A flaw was found in HashiCorp Vault and Vault Enterprise. Vault\u2019s TLS certificate auth method did not initially load the optionally-configured CRL issued by the role\u2019s Certificate Authority (CA) into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved.", "title": "Vulnerability description" }, { "category": "summary", "text": "vault: insufficient certificate revocation list checking", "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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41316" }, { "category": "external", "summary": "RHBZ#2135339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41316", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41316" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483", "url": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483" } ], "release_date": "2022-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "vault: insufficient certificate revocation list checking" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2022-46175", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "discovery_date": "2022-12-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156263" } ], "notes": [ { "category": "description", "text": "A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.", "title": "Vulnerability description" }, { "category": "summary", "text": "json5: Prototype Pollution in JSON5 via Parse Method", "title": "Vulnerability summary" }, { "category": "other", "text": "The json5 package is a build-time dependency in Red Hat products and is not used in production runtime. Hence, the impact is set to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-46175" }, { "category": "external", "summary": "RHBZ#2156263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-46175", "url": "https://www.cve.org/CVERecord?id=CVE-2022-46175" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175" }, { "category": "external", "summary": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h", "url": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h" } ], "release_date": "2022-12-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "json5: Prototype Pollution in JSON5 via Parse Method" }, { "cve": "CVE-2023-0620", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2023-04-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184663" } ], "notes": [ { "category": "description", "text": "A flaw was found in HashiCorp Vault and Vault Enterprise, which are vulnerable to SQL injection. This flaw allows a local authenticated attacker to send specially-crafted SQL statements to the Microsoft SQL (MSSQL) Database Storage Backend, which could allow the attacker to view, add, modify, or delete information in the backend database.", "title": "Vulnerability description" }, { "category": "summary", "text": "vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0620" }, { "category": "external", "summary": "RHBZ#2184663", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184663" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0620", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0620" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0620", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0620" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2023-12-vault-s-microsoft-sql-database-storage-backend-vulnerable-to-sql-injection-via-configuration-file/52080", "url": "https://discuss.hashicorp.com/t/hcsec-2023-12-vault-s-microsoft-sql-database-storage-backend-vulnerable-to-sql-injection-via-configuration-file/52080" } ], "release_date": "2023-03-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File" }, { "cve": "CVE-2023-0665", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2023-03-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2182981" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Hashicorp vault. Vault\u2019s PKI mount issuer endpoints did not correctly authorize access to remove an issuer or modify issuer metadata, potentially resulting in a denial of service of the PKI mount. This bug did not affect public or private key material, trust chains, or certificate issuance.", "title": "Vulnerability description" }, { "category": "summary", "text": "hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata", "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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0665" }, { "category": "external", "summary": "RHBZ#2182981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182981" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0665", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0665" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0665", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0665" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2023-11-vault-s-pki-issuer-endpoint-did-not-correctly-authorize-access-to-issuer-metadata/52079/1", "url": "https://discuss.hashicorp.com/t/hcsec-2023-11-vault-s-pki-issuer-endpoint-did-not-correctly-authorize-access-to-issuer-metadata/52079/1" } ], "release_date": "2023-03-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata" }, { "cve": "CVE-2023-24999", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2023-03-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2177844" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Hashicorp vault. When using the Vault and Vault Enterprise approle auth method, any authenticated user with access to the /auth/approle/role/:role_name/secret-id-accessor/destroy endpoint can destroy the secret ID of another role by providing the secret ID accessor.", "title": "Vulnerability description" }, { "category": "summary", "text": "Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation", "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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24999" }, { "category": "external", "summary": "RHBZ#2177844", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177844" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24999", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24999" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24999", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24999" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305", "url": "https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305" } ], "release_date": "2023-03-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation" }, { "cve": "CVE-2023-25000", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2023-03-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2182972" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Hashicorp vault. This flaw allows an attacker with access to and the ability to observe a large number of unseal operations on the host through a side channel to reduce the search space of a brute-force effort to recover the Shamir shares.", "title": "Vulnerability description" }, { "category": "summary", "text": "hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations", "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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "known_not_affected": [ "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x", "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x", "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64", "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x", "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64", "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64", "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le", "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le", "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x", "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x", "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le", "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64", "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le", "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x", "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x", "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x", "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x", "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x", "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64", "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25000" }, { "category": "external", "summary": "RHBZ#2182972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182972" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25000", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25000" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078", "url": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078" } ], "release_date": "2023-03-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-06-21T15:22:11+00:00", "details": "These updated images include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.", "product_ids": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3742" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64", "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64", "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations" } ] }
rhsa-2023_0445
Vulnerability from csaf_redhat
Published
2023-01-25 08:34
Modified
2024-11-06 02:20
Summary
Red Hat Security Advisory: go-toolset-1.18 security update
Notes
Topic
An update for go-toolset-1.18 and go-toolset-1.18-golang is now available for Red Hat Developer Tools.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
For 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.
Bug Fix(es):
* crypto testcases fail on golang on s390x [devtools-2022.4] (BZ#2149315)
* Internal linking fails on ppc64le [devtools-2022.4] (BZ#2161298)
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for go-toolset-1.18 and go-toolset-1.18-golang is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* crypto testcases fail on golang on s390x [devtools-2022.4] (BZ#2149315)\n\n* Internal linking fails on ppc64le [devtools-2022.4] (BZ#2161298)", "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-2023:0445", "url": "https://access.redhat.com/errata/RHSA-2023:0445" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2137549", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137549" }, { "category": "external", "summary": "2149315", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149315" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0445.json" } ], "title": "Red Hat Security Advisory: go-toolset-1.18 security update", "tracking": { "current_release_date": "2024-11-06T02:20:15+00:00", "generator": { "date": "2024-11-06T02:20:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0445", "initial_release_date": "2023-01-25T08:34:43+00:00", "revision_history": [ { "date": "2023-01-25T08:34:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-25T08:34:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:20:15+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2022" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2022" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.18-0:1.18.9-1.el7_9.src", "product": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.src", "product_id": "go-toolset-1.18-0:1.18.9-1.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18@1.18.9-1.el7_9?arch=src" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "product": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "product_id": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang@1.18.9-1.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-build@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-runtime@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-scldevel@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-bin@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-misc@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-race@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-src@1.18.9-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "product": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "product_id": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-tests@1.18.9-1.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-build@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-runtime@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-scldevel@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-bin@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-misc@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-src@1.18.9-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "product": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "product_id": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-tests@1.18.9-1.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-build@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-runtime@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-scldevel@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-bin@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-misc@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-src@1.18.9-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "product": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "product_id": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-tests@1.18.9-1.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "product": { "name": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "product_id": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-1.18-golang-docs@1.18.9-1.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch" }, "product_reference": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch" }, "product_reference": "go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le" }, "product_reference": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x" }, "product_reference": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2022.4" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" }, "product_reference": "go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2022.4" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T08:34:43+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": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T08:34:43+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": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0445" } ], "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": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-25T08:34:43+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": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Server-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Server-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-build-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.src", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-bin-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-docs-0:1.18.9-1.el7_9.noarch", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-misc-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-race-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-src-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-golang-tests-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-runtime-0:1.18.9-1.el7_9.x86_64", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.ppc64le", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.s390x", "7Workstation-DevTools-2022.4:go-toolset-1.18-scldevel-0:1.18.9-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2023_0693
Vulnerability from csaf_redhat
Published
2023-02-09 02:17
Modified
2024-11-06 02:25
Summary
Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.7 security and bug fix update
Notes
Topic
The Migration Toolkit for Containers (MTC) 1.7.7 is now available.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The Migration Toolkit for Containers (MTC) enables you to migrate Kubernetes resources, persistent volume data, and internal container images between OpenShift Container Platform clusters, using the MTC web console or the Kubernetes API.
Security Fix(es) from Bugzilla:
* async: Prototype Pollution in async (CVE-2021-43138)
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)
* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)
For 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.
Terms of Use
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.
{ "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 Migration Toolkit for Containers (MTC) 1.7.7 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The Migration Toolkit for Containers (MTC) enables you to migrate Kubernetes resources, persistent volume data, and internal container images between OpenShift Container Platform clusters, using the MTC web console or the Kubernetes API.\n\nSecurity Fix(es) from Bugzilla:\n\n* async: Prototype Pollution in async (CVE-2021-43138)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\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-2023:0693", "url": "https://access.redhat.com/errata/RHSA-2023:0693" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2126276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126276" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "2160662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160662" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "MIG-1275", "url": "https://issues.redhat.com/browse/MIG-1275" }, { "category": "external", "summary": "MIG-1281", "url": "https://issues.redhat.com/browse/MIG-1281" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0693.json" } ], "title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.7 security and bug fix update", "tracking": { "current_release_date": "2024-11-06T02:25:34+00:00", "generator": { "date": "2024-11-06T02:25:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0693", "initial_release_date": "2023-02-09T02:17:22+00:00", "revision_history": [ { "date": "2023-02-09T02:17:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-02-09T02:17:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:25:34+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "8Base-RHMTC-1.7", "product": { "name": "8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhmt:1.7::el8" } } } ], "category": "product_family", "name": "Red Hat Migration Toolkit" }, { "branches": [ { "category": "product_version", "name": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "product": { "name": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.7-4" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "product": { "name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "product": { "name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.7-9" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "product": { "name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "product": { "name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.7-4" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "product": { "name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.7-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "product": { "name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.7-9" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "product": { "name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "product_id": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.7-9" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "product": { "name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "product": { "name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.7-2" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "product": { "name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "product": { "name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.7-5" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "product": { "name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "product": { "name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "product": { "name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.7-3" } } }, { "category": "product_version", "name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "product": { "name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.7-5" } } }, { "category": "product_version", "name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64", "product": { "name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64", "product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.7-3" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64" }, "product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64" }, "product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64" }, "product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64" }, "product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64" }, "product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64" }, "product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64" }, "product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64" }, "product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64" }, "product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64" }, "product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64" }, "product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" }, "product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64 as a component of 8Base-RHMTC-1.7", "product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" }, "product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64", "relates_to_product_reference": "8Base-RHMTC-1.7" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43138", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "discovery_date": "2022-09-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2126276" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the async package. This flaw allows a malicious user to obtain privileges via the mapValues() method.", "title": "Vulnerability description" }, { "category": "summary", "text": "async: Prototype Pollution in async", "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-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43138" }, { "category": "external", "summary": "RHBZ#2126276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43138", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43138" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43138", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43138" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-fwr7-v2mv-hh25", "url": "https://github.com/advisories/GHSA-fwr7-v2mv-hh25" } ], "release_date": "2022-04-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "async: Prototype Pollution in async" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32149", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2022-10-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134010" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags", "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-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32149" }, { "category": "external", "summary": "RHBZ#2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32149" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149" }, { "category": "external", "summary": "https://go.dev/issue/56152", "url": "https://go.dev/issue/56152" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU", "url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU" } ], "release_date": "2022-10-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "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-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "known_not_affected": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-02-09T02:17:22+00:00", "details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html", "product_ids": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64", "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2023_1079
Vulnerability from csaf_redhat
Published
2023-03-06 16:23
Modified
2024-11-06 02:33
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 (osp-director-downloader-container, osp-director-agent-container and osp-director-operator-container) security update
Notes
Topic
An update for osp-director-downloader-container,
osp-director-agent-container and osp-director-operator-container is now
available for Red Hat OpenStack Platform 16.2 (Train).
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
Security Fix(es):
* archive/tar: unbounded memory consumption when reading headers
(CVE-2022-2879)
* regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* net/http: An attacker can cause excessive memory growth in a Go server
accepting HTTP/2 requests (CVE-2022-41717)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for osp-director-downloader-container,\nosp-director-agent-container and osp-director-operator-container is now\navailable for Red Hat OpenStack Platform 16.2 (Train).\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Security Fix(es):\n\n* archive/tar: unbounded memory consumption when reading headers\n(CVE-2022-2879)\n\n* regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* net/http: An attacker can cause excessive memory growth in a Go server\naccepting HTTP/2 requests (CVE-2022-41717)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2023:1079", "url": "https://access.redhat.com/errata/RHSA-2023:1079" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "OSPK8-664", "url": "https://issues.redhat.com/browse/OSPK8-664" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1079.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 (osp-director-downloader-container, osp-director-agent-container and osp-director-operator-container) security update", "tracking": { "current_release_date": "2024-11-06T02:33:27+00:00", "generator": { "date": "2024-11-06T02:33:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:1079", "initial_release_date": "2023-03-06T16:23:58+00:00", "revision_history": [ { "date": "2023-03-06T16:23:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-03-06T16:23:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:33:27+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenStack Platform 16.2", "product": { "name": "Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2::el8" } } } ], "category": "product_family", "name": "Red Hat OpenStack Platform" }, { "branches": [ { "category": "product_version", "name": "rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "product": { "name": "rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "product_id": "rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "product_identification_helper": { "purl": "pkg:oci/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-agent\u0026tag=1.3.0-6" } } }, { "category": "product_version", "name": "rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "product": { "name": "rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "product_id": "rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "product_identification_helper": { "purl": "pkg:oci/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-downloader\u0026tag=1.3.0-6" } } }, { "category": "product_version", "name": "rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "product": { "name": "rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "product_id": "rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "product_identification_helper": { "purl": "pkg:oci/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-operator-bundle\u0026tag=1.3.0-10" } } }, { "category": "product_version", "name": "rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64", "product": { "name": "rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64", "product_id": "rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64", "product_identification_helper": { "purl": "pkg:oci/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel8/osp-director-operator\u0026tag=1.3.0-5" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64" }, "product_reference": "rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64" }, "product_reference": "rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64" }, "product_reference": "rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "relates_to_product_reference": "8Base-RHOS-16.2" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64 as a component of Red Hat OpenStack Platform 16.2", "product_id": "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" }, "product_reference": "rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64", "relates_to_product_reference": "8Base-RHOS-16.2" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T16:23:58+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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T16:23:58+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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T16:23:58+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-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-RHOS-16.2:rhosp-rhel8/osp-director-agent@sha256:ebd4fcfacd4c31baee7498562d219ad6e7210a41b6b8cc05b6fc941b4c5d325f_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-downloader@sha256:967c3a522c29c2d4cc5e7cb5753d835d8cf6f81100c5c2f04fe8582de33e88e3_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator-bundle@sha256:10b0abbec12aecb237e4b25b059c1187bdbd63273ab8313bd9d51c9730caca99_amd64", "8Base-RHOS-16.2:rhosp-rhel8/osp-director-operator@sha256:c49a0a5b2f1ff5068a4e6494ba3a1ccbebd9e2dfb6fd99364b9190d1225e19df_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2023_1042
Vulnerability from csaf_redhat
Published
2023-03-06 18:38
Modified
2024-11-08 20:48
Summary
Red Hat Security Advisory: Custom Metrics Autoscaler Operator for Red Hat OpenShift (with security updates)
Notes
Topic
Custom Metrics Autoscaler Operator for Red Hat OpenShift including security updates.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The Custom Metrics Autoscaler Operator for Red Hat OpenShift is an optional
operator, based on the Kubernetes Event Driven Autoscaler (KEDA), that allows workloads to be scaled using additional metrics sources other than pod metrics.
This release builds upon updated compiler, runtime library, and base images for the purpose of resolving any potential security issues present in previous toolset versions.
This version makes use of newer tools and libraries to address the following issues:
golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)
golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)
golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)
golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)
golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)
golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)
golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)
golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)
golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)
golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)
golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)
golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
Terms of Use
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.
{ "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": "Custom Metrics Autoscaler Operator for Red Hat OpenShift including security updates.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The Custom Metrics Autoscaler Operator for Red Hat OpenShift is an optional\noperator, based on the Kubernetes Event Driven Autoscaler (KEDA), that allows workloads to be scaled using additional metrics sources other than pod metrics.\nThis release builds upon updated compiler, runtime library, and base images for the purpose of resolving any potential security issues present in previous toolset versions.\n\nThis version makes use of newer tools and libraries to address the following issues:\ngolang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\ngolang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\ngolang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\ngolang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\ngolang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\ngolang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\ngolang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\ngolang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\ngolang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\ngolang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\ngolang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\ngolang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\ngolang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\ngolang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\ngolang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)", "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-2023:1042", "url": "https://access.redhat.com/errata/RHSA-2023:1042" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2077689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689" }, { "category": "external", "summary": "2100763", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100763" }, { "category": "external", "summary": "2107342", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342" }, { "category": "external", "summary": "2107371", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371" }, { "category": "external", "summary": "2107374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374" }, { "category": "external", "summary": "2107376", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376" }, { "category": "external", "summary": "2107383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383" }, { "category": "external", "summary": "2107386", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386" }, { "category": "external", "summary": "2107388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388" }, { "category": "external", "summary": "2107390", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390" }, { "category": "external", "summary": "2107392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392" }, { "category": "external", "summary": "2113945", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113945" }, { "category": "external", "summary": "2118404", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118404" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "OCPNODE-1260", "url": "https://issues.redhat.com/browse/OCPNODE-1260" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1042.json" } ], "title": "Red Hat Security Advisory: Custom Metrics Autoscaler Operator for Red Hat OpenShift (with security updates)", "tracking": { "current_release_date": "2024-11-08T20:48:47+00:00", "generator": { "date": "2024-11-08T20:48:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:1042", "initial_release_date": "2023-03-06T18:38:53+00:00", "revision_history": [ { "date": "2023-03-06T18:38:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-03-06T18:38:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T20:48:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Custom Metrics Autoscaler 2", "product": { "name": "OpenShift Custom Metrics Autoscaler 2", "product_id": "8Base-OCMA-2", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.0::el8" } } } ], "category": "product_family", "name": "OpenShift Custom Metrics Autoscaler" }, { "branches": [ { "category": "product_version", "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "product": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "product_id": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "product_identification_helper": { "purl": "pkg:oci/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8\u0026tag=2.8.2-143" } } }, { "category": "product_version", "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64", "product": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64", "product_id": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64", "product_identification_helper": { "purl": "pkg:oci/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8\u0026tag=2.8.2-143" } } }, { "category": "product_version", "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "product": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "product_id": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "product_identification_helper": { "purl": "pkg:oci/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle\u0026tag=2.8.2-143" } } }, { "category": "product_version", "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "product": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "product_id": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "product_identification_helper": { "purl": "pkg:oci/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator\u0026tag=2.8.2-143" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64 as a component of OpenShift Custom Metrics Autoscaler 2", "product_id": "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64" }, "product_reference": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "relates_to_product_reference": "8Base-OCMA-2" }, { "category": "default_component_of", "full_product_name": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64 as a component of OpenShift Custom Metrics Autoscaler 2", "product_id": "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" }, "product_reference": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "relates_to_product_reference": "8Base-OCMA-2" }, { "category": "default_component_of", "full_product_name": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64 as a component of OpenShift Custom Metrics Autoscaler 2", "product_id": "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" }, "product_reference": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "relates_to_product_reference": "8Base-OCMA-2" }, { "category": "default_component_of", "full_product_name": { "name": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64 as a component of OpenShift Custom Metrics Autoscaler 2", "product_id": "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" }, "product_reference": "custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64", "relates_to_product_reference": "8Base-OCMA-2" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1705", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107374" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: improper sanitization of Transfer-Encoding header", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1705" }, { "category": "external", "summary": "RHBZ#2107374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1705" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705" }, { "category": "external", "summary": "https://go.dev/issue/53188", "url": "https://go.dev/issue/53188" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: improper sanitization of Transfer-Encoding header" }, { "cve": "CVE-2022-1962", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107376" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: stack exhaustion in all Parse* functions", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1962" }, { "category": "external", "summary": "RHBZ#2107376", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1962" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962" }, { "category": "external", "summary": "https://go.dev/issue/53616", "url": "https://go.dev/issue/53616" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: go/parser: stack exhaustion in all Parse* functions" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-28131", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107390" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: encoding/xml: stack exhaustion in Decoder.Skip", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28131" }, { "category": "external", "summary": "RHBZ#2107390", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28131" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131" }, { "category": "external", "summary": "https://go.dev/issue/53614", "url": "https://go.dev/issue/53614" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: encoding/xml: stack exhaustion in Decoder.Skip" }, { "cve": "CVE-2022-28327", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2022-04-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2077689" } ], "notes": [ { "category": "description", "text": "An integer overflow flaw was found in Golang\u0027s crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/elliptic: panic caused by oversized scalar", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28327" }, { "category": "external", "summary": "RHBZ#2077689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28327", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28327" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8", "url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8" } ], "release_date": "2022-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/elliptic: panic caused by oversized scalar" }, { "cve": "CVE-2022-30630", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107371" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: io/fs: stack exhaustion in Glob", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30630" }, { "category": "external", "summary": "RHBZ#2107371", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30630" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630" }, { "category": "external", "summary": "https://go.dev/issue/53415", "url": "https://go.dev/issue/53415" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: io/fs: stack exhaustion in Glob" }, { "cve": "CVE-2022-30631", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107342" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: compress/gzip: stack exhaustion in Reader.Read", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30631" }, { "category": "external", "summary": "RHBZ#2107342", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30631" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631" }, { "category": "external", "summary": "https://go.dev/issue/53168", "url": "https://go.dev/issue/53168" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: compress/gzip: stack exhaustion in Reader.Read" }, { "cve": "CVE-2022-30632", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107386" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: path/filepath: stack exhaustion in Glob", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30632" }, { "category": "external", "summary": "RHBZ#2107386", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30632" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632" }, { "category": "external", "summary": "https://go.dev/issue/53416", "url": "https://go.dev/issue/53416" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: path/filepath: stack exhaustion in Glob" }, { "cve": "CVE-2022-30633", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107392" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: encoding/xml: stack exhaustion in Unmarshal", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30633" }, { "category": "external", "summary": "RHBZ#2107392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30633" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633" }, { "category": "external", "summary": "https://go.dev/issue/53611", "url": "https://go.dev/issue/53611" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: encoding/xml: stack exhaustion in Unmarshal" }, { "cve": "CVE-2022-30635", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107388" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: encoding/gob: stack exhaustion in Decoder.Decode", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30635" }, { "category": "external", "summary": "RHBZ#2107388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635" }, { "category": "external", "summary": "https://go.dev/issue/53615", "url": "https://go.dev/issue/53615" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: encoding/gob: stack exhaustion in Decoder.Decode" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107383" } ], "notes": [ { "category": "description", "text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32148" }, { "category": "external", "summary": "RHBZ#2107383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32148" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148" }, { "category": "external", "summary": "https://go.dev/issue/53423", "url": "https://go.dev/issue/53423" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working" }, { "cve": "CVE-2022-32149", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2022-10-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134010" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32149" }, { "category": "external", "summary": "RHBZ#2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32149" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149" }, { "category": "external", "summary": "https://go.dev/issue/56152", "url": "https://go.dev/issue/56152" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU", "url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU" } ], "release_date": "2022-10-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "known_not_affected": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-adapter-rhel8@sha256:c79cb3c68317a224277a8ee0dc78832fcd4b6da18b9b5b074cffaad14e2f1aa5_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-operator-bundle@sha256:44de4b736089166718956bebd456ad1a17e0e6f72c49f52804c6b6e60ef5a494_amd64", "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8-operator@sha256:5a149d0a0cdb6812acbef0c9b3031fb3cd84181e971198a6e17d8fd0bf5e6293_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-03-06T18:38:53+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-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1042" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCMA-2:custom-metrics-autoscaler-tech-preview/custom-metrics-autoscaler-rhel8@sha256:a403d057cd2ca820306207282007d4d117623e1a2ebb8bee67c19f5796f07f95_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2023_0542
Vulnerability from csaf_redhat
Published
2023-01-30 17:18
Modified
2024-11-06 02:22
Summary
Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.3.1 Containers security update
Notes
Topic
Red Hat OpenShift Service Mesh 2.3.1 Containers
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat OpenShift Service Mesh is the Red Hat distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.
This advisory covers container images for the release.
Security Fix(es):
* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* Istio: Denial of service attack via a specially crafted message (CVE-2022-39278)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* kiali: error message spoofing in kiali UI (CVE-2022-3962)
* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)
For more details about security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, see the CVE page(s) listed in the Container CVEs section.
Terms of Use
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.
{ "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 Service Mesh 2.3.1 Containers\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 Service Mesh is the Red Hat distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.\n\nThis advisory covers container images for the release.\n\nSecurity Fix(es):\n\n* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* Istio: Denial of service attack via a specially crafted message (CVE-2022-39278)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* kiali: error message spoofing in kiali UI (CVE-2022-3962)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\n\nFor more details about security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, see the CVE page(s) listed in the Container CVEs 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-2023:0542", "url": "https://access.redhat.com/errata/RHSA-2023:0542" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2148199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148199" }, { "category": "external", "summary": "2148661", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148661" }, { "category": "external", "summary": "2156729", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729" }, { "category": "external", "summary": "OSSM-1977", "url": "https://issues.redhat.com/browse/OSSM-1977" }, { "category": "external", "summary": "OSSM-2083", "url": "https://issues.redhat.com/browse/OSSM-2083" }, { "category": "external", "summary": "OSSM-2147", "url": "https://issues.redhat.com/browse/OSSM-2147" }, { "category": "external", "summary": "OSSM-2169", "url": "https://issues.redhat.com/browse/OSSM-2169" }, { "category": "external", "summary": "OSSM-2170", "url": "https://issues.redhat.com/browse/OSSM-2170" }, { "category": "external", "summary": "OSSM-2179", "url": "https://issues.redhat.com/browse/OSSM-2179" }, { "category": "external", "summary": "OSSM-2184", "url": "https://issues.redhat.com/browse/OSSM-2184" }, { "category": "external", "summary": "OSSM-2188", "url": "https://issues.redhat.com/browse/OSSM-2188" }, { "category": "external", "summary": "OSSM-2189", "url": "https://issues.redhat.com/browse/OSSM-2189" }, { "category": "external", "summary": "OSSM-2190", "url": "https://issues.redhat.com/browse/OSSM-2190" }, { "category": "external", "summary": "OSSM-2232", "url": "https://issues.redhat.com/browse/OSSM-2232" }, { "category": "external", "summary": "OSSM-2241", "url": "https://issues.redhat.com/browse/OSSM-2241" }, { "category": "external", "summary": "OSSM-2251", "url": "https://issues.redhat.com/browse/OSSM-2251" }, { "category": "external", "summary": "OSSM-2308", "url": "https://issues.redhat.com/browse/OSSM-2308" }, { "category": "external", "summary": "OSSM-2315", "url": "https://issues.redhat.com/browse/OSSM-2315" }, { "category": "external", "summary": "OSSM-2324", "url": "https://issues.redhat.com/browse/OSSM-2324" }, { "category": "external", "summary": "OSSM-2335", "url": "https://issues.redhat.com/browse/OSSM-2335" }, { "category": "external", "summary": "OSSM-2338", "url": "https://issues.redhat.com/browse/OSSM-2338" }, { "category": "external", "summary": "OSSM-2344", "url": "https://issues.redhat.com/browse/OSSM-2344" }, { "category": "external", "summary": "OSSM-2375", "url": "https://issues.redhat.com/browse/OSSM-2375" }, { "category": "external", "summary": "OSSM-2376", "url": "https://issues.redhat.com/browse/OSSM-2376" }, { "category": "external", "summary": "OSSM-535", "url": "https://issues.redhat.com/browse/OSSM-535" }, { "category": "external", "summary": "OSSM-827", "url": "https://issues.redhat.com/browse/OSSM-827" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0542.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.3.1 Containers security update", "tracking": { "current_release_date": "2024-11-06T02:22:18+00:00", "generator": { "date": "2024-11-06T02:22:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0542", "initial_release_date": "2023-01-30T17:18:54+00:00", "revision_history": [ { "date": "2023-01-30T17:18:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-30T17:18:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:22:18+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHOSSM 2.3 for RHEL 8", "product": { "name": "RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_mesh:2.3::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Service Mesh" }, { "branches": [ { "category": "product_version", "name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "product": { "name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "product_identification_helper": { "purl": "pkg:oci/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9" } } }, { "category": "product_version", "name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "product": { "name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "product_id": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "product_identification_helper": { "purl": "pkg:oci/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5" } } }, { "category": "product_version", "name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "product": { "name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "product_id": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "product_identification_helper": { "purl": "pkg:oci/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3" } } }, { "category": "product_version", "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "product": { "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "product_identification_helper": { "purl": "pkg:oci/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2" } } }, { "category": "product_version", "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "product": { "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "product_identification_helper": { "purl": "pkg:oci/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3" } } }, { "category": "product_version", "name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "product": { "name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "product_identification_helper": { "purl": "pkg:oci/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10" } } }, { "category": "product_version", "name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "product": { "name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "product_id": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "product_identification_helper": { "purl": "pkg:oci/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9" } } }, { "category": "product_version", "name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "product": { "name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "product_id": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6" } } }, { "category": "product_version", "name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "product": { "name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "product_identification_helper": { "purl": "pkg:oci/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11" } } }, { "category": "product_version", "name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "product": { "name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "product_identification_helper": { "purl": "pkg:oci/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "product": { "name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "product_identification_helper": { "purl": "pkg:oci/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9" } } }, { "category": "product_version", "name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "product": { "name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "product_id": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "product_identification_helper": { "purl": "pkg:oci/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5" } } }, { "category": "product_version", "name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "product": { "name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "product_id": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "product_identification_helper": { "purl": "pkg:oci/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3" } } }, { "category": "product_version", "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "product": { "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "product_identification_helper": { "purl": "pkg:oci/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2" } } }, { "category": "product_version", "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "product": { "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "product_identification_helper": { "purl": "pkg:oci/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3" } } }, { "category": "product_version", "name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "product": { "name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "product_identification_helper": { "purl": "pkg:oci/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10" } } }, { "category": "product_version", "name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "product": { "name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "product_id": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "product_identification_helper": { "purl": "pkg:oci/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9" } } }, { "category": "product_version", "name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "product": { "name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "product_id": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6" } } }, { "category": "product_version", "name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "product": { "name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "product_identification_helper": { "purl": "pkg:oci/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11" } } }, { "category": "product_version", "name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "product": { "name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "product_identification_helper": { "purl": "pkg:oci/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "product": { "name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9" } } }, { "category": "product_version", "name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "product": { "name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "product_id": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5" } } }, { "category": "product_version", "name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "product": { "name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "product_id": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3" } } }, { "category": "product_version", "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "product": { "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2" } } }, { "category": "product_version", "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "product": { "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "product_identification_helper": { "purl": "pkg:oci/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3" } } }, { "category": "product_version", "name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "product": { "name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "product_identification_helper": { "purl": "pkg:oci/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10" } } }, { "category": "product_version", "name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "product": { "name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "product_id": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9" } } }, { "category": "product_version", "name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "product": { "name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "product_id": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6" } } }, { "category": "product_version", "name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "product": { "name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11" } } }, { "category": "product_version", "name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le", "product": { "name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le", "product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x" }, "product_reference": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64" }, "product_reference": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le" }, "product_reference": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le" }, "product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64" }, "product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x" }, "product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x" }, "product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64" }, "product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le" }, "product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le" }, "product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64" }, "product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x" }, "product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64" }, "product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x" }, "product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le" }, "product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64" }, "product_reference": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x" }, "product_reference": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" }, "product_reference": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x" }, "product_reference": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64" }, "product_reference": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le" }, "product_reference": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le" }, "product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x" }, "product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64" }, "product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le" }, "product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x" }, "product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64" }, "product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64 as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64" }, "product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x" }, "product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "relates_to_product_reference": "8Base-RHOSSM-2.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le as a component of RHOSSM 2.3 for RHEL 8", "product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" }, "product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le", "relates_to_product_reference": "8Base-RHOSSM-2.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-4238", "cwe": { "id": "CWE-331", "name": "Insufficient Entropy" }, "discovery_date": "2022-12-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156729" } ], "notes": [ { "category": "description", "text": "A flaw was found in goutils where randomly generated alphanumeric strings contain significantly less entropy than expected. Both the `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This issue significantly reduces the amount of entropy generated in short strings by these functions.", "title": "Vulnerability description" }, { "category": "summary", "text": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be", "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-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-4238" }, { "category": "external", "summary": "RHBZ#2156729", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-4238", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4238" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238" }, { "category": "external", "summary": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1", "url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-3839-6r69-m497", "url": "https://github.com/advisories/GHSA-3839-6r69-m497" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-0411", "url": "https://pkg.go.dev/vuln/GO-2022-0411" } ], "release_date": "2022-12-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "acknowledgments": [ { "names": [ "John Mazzitelli" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2022-3962", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "discovery_date": "2022-11-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2148661" } ], "notes": [ { "category": "description", "text": "A content spoofing vulnerability was found in Kiali. It was discovered that Kiali does not implement error handling when the page or endpoint being accessed cannot be found. This issue allows an attacker to perform arbitrary text injection when an error response is retrieved from the URL being accessed.", "title": "Vulnerability description" }, { "category": "summary", "text": "kiali: error message spoofing in kiali UI", "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-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3962" }, { "category": "external", "summary": "RHBZ#2148661", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148661" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3962", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3962" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3962", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3962" } ], "release_date": "2022-11-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kiali: error message spoofing in kiali UI" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-39278", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-10-13T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2148199" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in the Istio control plane, istiod. This issue could allow an unauthenticated remote attacker to send a specially crafted or oversized message that could cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "Istio: Denial of service attack via a specially crafted message", "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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-39278" }, { "category": "external", "summary": "RHBZ#2148199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148199" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-39278", "url": "https://www.cve.org/CVERecord?id=CVE-2022-39278" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39278", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39278" }, { "category": "external", "summary": "https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w", "url": "https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w" }, { "category": "external", "summary": "https://istio.io/latest/news/security/istio-security-2022-007/", "url": "https://istio.io/latest/news/security/istio-security-2022-007/" } ], "release_date": "2022-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Istio: Denial of service attack via a specially crafted message" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "known_not_affected": [ "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-30T17:18:54+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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0542" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x", "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2023_3205
Vulnerability from csaf_redhat
Published
2023-05-18 02:55
Modified
2024-11-06 03:03
Summary
Red Hat Security Advisory: OpenShift Virtualization 4.13.0 Images security, bug fix, and enhancement update
Notes
Topic
Red Hat OpenShift Virtualization release 4.13.0 is now available with updates to packages and images that fix several bugs and add enhancements.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
OpenShift Virtualization is Red Hat's virtualization solution designed for Red Hat OpenShift Container Platform.
This advisory contains OpenShift Virtualization 4.13.0 images.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)
* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)
For 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.
Additional Changes:
This update also fixes several bugs and adds various enhancements. Documentation for these changes is available from the Release Notes document linked to in the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Virtualization release 4.13.0 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.0 images.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\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\nAdditional Changes:\n\nThis update also fixes several bugs and adds various enhancements. Documentation for these changes is available from the Release Notes document linked to 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-2023:3205", "url": "https://access.redhat.com/errata/RHSA-2023:3205" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2023393", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023393" }, { "category": "external", "summary": "2029391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029391" }, { "category": "external", "summary": "2052556", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052556" }, { "category": "external", "summary": "2060499", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060499" }, { "category": "external", "summary": "2070132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070132" }, { "category": "external", "summary": "2087540", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087540" }, { "category": "external", "summary": "2101390", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101390" }, { "category": "external", "summary": "2104424", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104424" }, { "category": "external", "summary": "2104479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104479" }, { "category": "external", "summary": "2104859", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104859" }, { "category": "external", "summary": "2110562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110562" }, { "category": "external", "summary": "2111794", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111794" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2114922", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114922" }, { "category": "external", "summary": "2116562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116562" }, { "category": "external", "summary": "2117803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117803" }, { "category": "external", "summary": "2122119", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122119" }, { "category": "external", "summary": "2122168", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122168" }, { "category": "external", "summary": "2123209", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123209" }, { "category": "external", "summary": "2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2132873", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132873" }, { "category": "external", "summary": "2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "2138199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138199" }, { "category": "external", "summary": "2138653", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138653" }, { "category": "external", "summary": "2138664", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138664" }, { "category": "external", "summary": "2139235", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139235" }, { "category": "external", "summary": "2139257", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139257" }, { "category": "external", "summary": "2139260", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139260" }, { "category": "external", "summary": "2139293", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139293" }, { "category": "external", "summary": "2139296", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139296" }, { "category": "external", "summary": "2139299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139299" }, { "category": "external", "summary": "2139306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139306" }, { "category": "external", "summary": "2139479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139479" }, { "category": "external", "summary": "2139574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139574" }, { "category": "external", "summary": "2139651", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139651" }, { "category": "external", "summary": "2139687", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139687" }, { "category": "external", "summary": "2139820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139820" }, { "category": "external", "summary": "2140730", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140730" }, { "category": "external", "summary": "2140977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140977" }, { "category": "external", "summary": "2140982", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140982" }, { "category": "external", "summary": "2140998", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140998" }, { "category": "external", "summary": "2142511", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142511" }, { "category": "external", "summary": "2143039", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143039" }, { "category": "external", "summary": "2143498", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143498" }, { "category": "external", "summary": "2143716", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143716" }, { "category": "external", "summary": "2144580", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144580" }, { "category": "external", "summary": "2145092", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145092" }, { "category": "external", "summary": "2145126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145126" }, { "category": "external", "summary": "2145137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145137" }, { "category": "external", "summary": "2145223", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145223" }, { "category": "external", "summary": "2147582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147582" }, { "category": "external", "summary": "2148322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148322" }, { "category": "external", "summary": "2148849", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148849" }, { "category": "external", "summary": "2148850", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148850" }, { "category": "external", "summary": "2149118", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149118" }, { "category": "external", "summary": "2149201", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149201" }, { "category": "external", "summary": "2149227", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149227" }, { "category": "external", "summary": "2149897", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149897" }, { "category": "external", "summary": "2150364", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150364" }, { "category": "external", "summary": "2150653", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150653" }, { "category": "external", "summary": "2150832", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150832" }, { "category": "external", "summary": "2151053", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151053" }, { "category": "external", "summary": "2151056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151056" }, { "category": "external", "summary": "2151427", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151427" }, { "category": "external", "summary": "2151508", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151508" }, { "category": "external", "summary": "2151521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151521" }, { "category": "external", "summary": "2151759", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151759" }, { "category": "external", "summary": "2151766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151766" }, { "category": "external", "summary": "2151831", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151831" }, { "category": "external", "summary": "2152122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152122" }, { "category": "external", "summary": "2152534", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152534" }, { "category": "external", "summary": "2152537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152537" }, { "category": "external", "summary": "2155403", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155403" }, { "category": "external", "summary": "2155409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155409" }, { "category": "external", "summary": "2155796", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155796" }, { "category": "external", "summary": "2156392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156392" }, { "category": "external", "summary": "2156902", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156902" }, { "category": "external", "summary": "2158060", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158060" }, { "category": "external", "summary": "2158079", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158079" }, { "category": "external", "summary": "2158362", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158362" }, { "category": "external", "summary": "2158424", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158424" }, { "category": "external", "summary": "2158515", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158515" }, { "category": "external", "summary": "2159715", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159715" }, { "category": "external", "summary": "2159975", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159975" }, { "category": "external", "summary": "2160298", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160298" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2161340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161340" }, { "category": "external", "summary": "2162016", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162016" }, { "category": "external", "summary": "2162333", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162333" }, { "category": "external", "summary": "2163460", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163460" }, { "category": "external", "summary": "2164590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164590" }, { "category": "external", "summary": "2164807", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164807" }, { "category": "external", "summary": "2164814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164814" }, { "category": "external", "summary": "2164838", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164838" }, { "category": "external", "summary": "2165618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165618" }, { "category": "external", "summary": "2165943", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165943" }, { "category": "external", "summary": "2166165", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166165" }, { "category": "external", "summary": "2166394", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166394" }, { "category": "external", "summary": "2166507", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166507" }, { "category": "external", "summary": "2166508", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166508" }, { "category": "external", "summary": "2166512", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166512" }, { "category": "external", "summary": "2167012", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167012" }, { "category": "external", "summary": "2167226", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167226" }, { "category": "external", "summary": "2167251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167251" }, { "category": "external", "summary": "2167661", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167661" }, { "category": "external", "summary": "2167979", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167979" }, { "category": "external", "summary": "2168032", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168032" }, { "category": "external", "summary": "2168111", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168111" }, { "category": "external", "summary": "2168165", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168165" }, { "category": "external", "summary": "2168180", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168180" }, { "category": "external", "summary": "2168480", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168480" }, { "category": "external", "summary": "2168484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168484" }, { "category": "external", "summary": "2168486", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168486" }, { "category": "external", "summary": "2168488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168488" }, { "category": "external", "summary": "2168561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168561" }, { "category": "external", "summary": "2168770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168770" }, { "category": "external", "summary": "2168859", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168859" }, { "category": "external", "summary": "2168861", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168861" }, { "category": "external", "summary": "2169699", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169699" }, { "category": "external", "summary": "2169880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169880" }, { "category": "external", "summary": "2170703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170703" }, { "category": "external", "summary": "2170740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170740" }, { "category": "external", "summary": "2171395", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171395" }, { "category": "external", "summary": "2172371", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172371" }, { "category": "external", "summary": "2172375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172375" }, { "category": "external", "summary": "2172612", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172612" }, { "category": "external", "summary": "2172842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172842" }, { "category": "external", "summary": "2172952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172952" }, { "category": "external", "summary": "2173527", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173527" }, { "category": "external", "summary": "2173562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173562" }, { "category": "external", "summary": "2173563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173563" }, { "category": "external", "summary": "2173593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173593" }, { "category": "external", "summary": "2173595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173595" }, { "category": "external", "summary": "2174288", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174288" }, { "category": "external", "summary": "2174324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174324" }, { "category": "external", "summary": "2174334", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174334" }, { "category": "external", "summary": "2174619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174619" }, { "category": "external", "summary": "2174636", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174636" }, { "category": "external", "summary": "2174742", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174742" }, { "category": "external", "summary": "2175054", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175054" }, { "category": "external", "summary": "2175171", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175171" }, { "category": "external", "summary": "2175256", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175256" }, { "category": "external", "summary": "2175274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175274" }, { "category": "external", "summary": "2175571", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175571" }, { "category": "external", "summary": "2175601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175601" }, { "category": "external", "summary": "2175636", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175636" }, { "category": "external", "summary": "2175641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175641" }, { "category": "external", "summary": "2175643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175643" }, { "category": "external", "summary": "2175888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175888" }, { "category": "external", "summary": "2175890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175890" }, { "category": "external", "summary": "2175974", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175974" }, { "category": "external", "summary": "2175976", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175976" }, { "category": "external", "summary": "2175977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175977" }, { "category": "external", "summary": "2175979", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175979" }, { "category": "external", "summary": "2175983", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175983" }, { "category": "external", "summary": "2175985", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175985" }, { "category": "external", "summary": "2175986", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175986" }, { "category": "external", "summary": "2175988", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175988" }, { "category": "external", "summary": "2176353", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176353" }, { "category": "external", "summary": "2176355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176355" }, { "category": "external", "summary": "2176422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176422" }, { "category": "external", "summary": "2176706", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176706" }, { "category": "external", "summary": "2176708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176708" }, { "category": "external", "summary": "2176725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176725" }, { "category": "external", "summary": "2176753", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176753" }, { "category": "external", "summary": "2176804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176804" }, { "category": "external", "summary": "2176843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176843" }, { "category": "external", "summary": "2177091", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177091" }, { "category": "external", "summary": "2177578", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177578" }, { "category": "external", "summary": "2177586", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177586" }, { "category": "external", "summary": "2177589", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177589" }, { "category": "external", "summary": "2177668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177668" }, { "category": "external", "summary": "2177763", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177763" }, { "category": "external", "summary": "2177888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177888" }, { "category": "external", "summary": "2177961", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177961" }, { "category": "external", "summary": "2177973", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177973" }, { "category": "external", "summary": "2178037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178037" }, { "category": "external", "summary": "2178628", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178628" }, { "category": "external", "summary": "2178629", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178629" }, { "category": "external", "summary": "2179225", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179225" }, { "category": "external", "summary": "2179226", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179226" }, { "category": "external", "summary": "2179565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179565" }, { "category": "external", "summary": "2179626", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179626" }, { "category": "external", "summary": "2179811", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179811" }, { "category": "external", "summary": "2180146", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180146" }, { "category": "external", "summary": "2180279", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180279" }, { "category": "external", "summary": "2180553", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180553" }, { "category": "external", "summary": "2180853", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180853" }, { "category": "external", "summary": "2182006", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182006" }, { "category": "external", "summary": "2182097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182097" }, { "category": "external", "summary": "2182534", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182534" }, { "category": "external", "summary": "2182535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182535" }, { "category": "external", "summary": "2182536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182536" }, { "category": "external", "summary": "2182538", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182538" }, { "category": "external", "summary": "2182539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182539" }, { "category": "external", "summary": "2182661", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182661" }, { "category": "external", "summary": "2183026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183026" }, { "category": "external", "summary": "2183205", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183205" }, { "category": "external", "summary": "2183397", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183397" }, { "category": "external", "summary": "2183968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183968" }, { "category": "external", "summary": "2186767", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186767" }, { "category": "external", "summary": "2187437", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187437" }, { "category": "external", "summary": "2187547", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187547" }, { "category": "external", "summary": "2187581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187581" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3205.json" } ], "title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.0 Images security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T03:03:11+00:00", "generator": { "date": "2024-11-06T03:03:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:3205", "initial_release_date": "2023-05-18T02:55:08+00:00", "revision_history": [ { "date": "2023-05-18T02:55:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-18T02:55:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:03:11+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "CNV 4.13 for RHEL 9", "product": { "name": "CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el9" } } } ], "category": "product_family", "name": "OpenShift Virtualization" }, { "branches": [ { "category": "product_version", "name": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "product": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "product_identification_helper": { "purl": "pkg:oci/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "product": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "product": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "product_identification_helper": { "purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "product": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "product_identification_helper": { "purl": "pkg:oci/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "product": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "product_identification_helper": { "purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.0.rhel9--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "product": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "product_identification_helper": { "purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "product": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.0-37" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "product": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "product": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "product_identification_helper": { "purl": "pkg:oci/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "product": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "product_identification_helper": { "purl": "pkg:oci/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "product": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "product": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "product": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "product": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "product": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "product_identification_helper": { "purl": "pkg:oci/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "product": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "product_identification_helper": { "purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.0-37" } } }, { "category": "product_version", "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "product": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "product_identification_helper": { "purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "product": { "name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "product_id": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "product": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "product": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "product": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "product": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "product": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "product": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "product": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "product": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "product": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "product_id": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "product": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "product": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "product": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "product_id": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "product": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "product_id": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "product_identification_helper": { "purl": "pkg:oci/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "product": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "product": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "product_id": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "product_identification_helper": { "purl": "pkg:oci/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "product": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "product_identification_helper": { "purl": "pkg:oci/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64", "product": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64", "product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64", "product_identification_helper": { "purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.0--2022-101182" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "product": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "product_identification_helper": { "purl": "pkg:oci/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "product": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "product": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "product_identification_helper": { "purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "product": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "product_identification_helper": { "purl": "pkg:oci/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "product": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "product_identification_helper": { "purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.0.rhel9--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "product": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "product_identification_helper": { "purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "product": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.0-37" } } }, { "category": "product_version", "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "product": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "product_identification_helper": { "purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "product": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "product_identification_helper": { "purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "product": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "product_identification_helper": { "purl": "pkg:oci/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "product": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "product_identification_helper": { "purl": "pkg:oci/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "product": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "product": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "product": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "product": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "product": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "product": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "product_identification_helper": { "purl": "pkg:oci/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "product": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "product_identification_helper": { "purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.0-37" } } }, { "category": "product_version", "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "product": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "product_identification_helper": { "purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "product": { "name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "product_id": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "product": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "product": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "product": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "product": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "product": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "product": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "product": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "product": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "product": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "product_id": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "product": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "product": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "product": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "product_id": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "product": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "product_id": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "product_identification_helper": { "purl": "pkg:oci/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "product": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "product": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "product_id": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "product_identification_helper": { "purl": "pkg:oci/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "product": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "product_identification_helper": { "purl": "pkg:oci/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.0--2022-101182" } } }, { "category": "product_version", "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "product": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "product_identification_helper": { "purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.0--2022-101182" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64" }, "product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64" }, "product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64" }, "product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64" }, "product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64" }, "product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64" }, "product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64" }, "product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64" }, "product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64" }, "product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64" }, "product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64" }, "product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64" }, "product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64" }, "product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64" }, "product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64" }, "product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64" }, "product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64" }, "product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64" }, "product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64" }, "product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64" }, "product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64" }, "product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64" }, "product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64" }, "product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64" }, "product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64" }, "product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64" }, "product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64" }, "product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64" }, "product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64" }, "product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64" }, "product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64" }, "product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64" }, "product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64" }, "product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64" }, "product_reference": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" }, "product_reference": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64" }, "product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64" }, "product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64" }, "product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64" }, "product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64" }, "product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64" }, "product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64" }, "product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64" }, "product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64" }, "product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64" }, "product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64" }, "product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64" }, "product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64" }, "product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64" }, "product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64" }, "product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64" }, "product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64" }, "product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64" }, "product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64" }, "product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64" }, "product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "relates_to_product_reference": "9Base-CNV-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64 as a component of CNV 4.13 for RHEL 9", "product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" }, "product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64", "relates_to_product_reference": "9Base-CNV-4.13" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32149", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2022-10-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134010" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags", "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-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32149" }, { "category": "external", "summary": "RHBZ#2134010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32149" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149" }, { "category": "external", "summary": "https://go.dev/issue/56152", "url": "https://go.dev/issue/56152" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU", "url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU" } ], "release_date": "2022-10-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "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-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "known_not_affected": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-18T02:55: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": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:3205" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64", "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64", "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64", "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64", "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64", "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64", "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64", "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64", "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64", "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64", "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64", "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64", "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64", "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64", "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64", "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2022_7399
Vulnerability from csaf_redhat
Published
2023-01-17 19:36
Modified
2024-11-06 01:55
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.12.0 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.12.0 is now available with
updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.12.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
This advisory contains the container images for Red Hat OpenShift Container Platform 4.12.0. See the following advisory for the RPM packages for this release:
https://access.redhat.com/errata/RHSA-2022:7398
Space 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:
https://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html
Security Fix(es):
* golang: out-of-bounds read in golang.org/x/text/language leads to DoS
(CVE-2021-38561)
* golang: net/http: improper sanitization of Transfer-Encoding header
(CVE-2022-1705)
* golang: archive/tar: unbounded memory consumption when reading headers
(CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable
query parameters (CVE-2022-2880)
* prometheus/client_golang: Denial of service using
InstrumentHandlerCounter (CVE-2022-21698)
* golang: net/http/httputil: NewSingleHostReverseProxy - omit
X-Forwarded-For not working (CVE-2022-32148)
* golang: net/url: JoinPath does not strip relative path components in all
circumstances (CVE-2022-32190)
* vault: insufficient certificate revocation list checking (CVE-2022-41316)
* golang: regexp/syntax: limit memory used by parsing regexps
(CVE-2022-41715)
* openshift: etcd grpc-proxy vulnerable to The Birthday attack against 64-bit block cipher (CVE-2023-0296)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.12.0 is now available with\nupdates 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.12.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.12.0. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:7398\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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nSecurity Fix(es):\n\n* golang: out-of-bounds read in golang.org/x/text/language leads to DoS\n(CVE-2021-38561)\n* golang: net/http: improper sanitization of Transfer-Encoding header\n(CVE-2022-1705)\n* golang: archive/tar: unbounded memory consumption when reading headers\n(CVE-2022-2879)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable\nquery parameters (CVE-2022-2880)\n* prometheus/client_golang: Denial of service using\nInstrumentHandlerCounter (CVE-2022-21698)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit\nX-Forwarded-For not working (CVE-2022-32148)\n* golang: net/url: JoinPath does not strip relative path components in all\ncircumstances (CVE-2022-32190)\n* vault: insufficient certificate revocation list checking (CVE-2022-41316)\n* golang: regexp/syntax: limit memory used by parsing regexps\n(CVE-2022-41715)\n* openshift: etcd grpc-proxy vulnerable to The Birthday attack against 64-bit block cipher (CVE-2023-0296)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(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-2022:7399", "url": "https://access.redhat.com/errata/RHSA-2022:7399" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1843043", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1843043" }, { "category": "external", "summary": "1876933", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1876933" }, { "category": "external", "summary": "1879980", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1879980" }, { "category": "external", "summary": "1894268", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1894268" }, { "category": "external", "summary": "1896533", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1896533" }, { "category": "external", "summary": "1904106", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1904106" }, { "category": "external", "summary": "1917662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1917662" }, { "category": "external", "summary": "1924017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1924017" }, { "category": "external", "summary": "1944065", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944065" }, { "category": "external", "summary": "1944365", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944365" }, { "category": "external", "summary": "1951835", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1951835" }, { "category": "external", "summary": "1951901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1951901" }, { "category": "external", "summary": "1957709", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957709" }, { "category": "external", "summary": "1962502", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962502" }, { "category": "external", "summary": "1977660", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1977660" }, { "category": "external", "summary": "1997396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1997396" }, { "category": "external", "summary": "2000276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2000276" }, { "category": "external", "summary": "2000552", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2000552" }, { "category": "external", "summary": "2000554", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2000554" }, { "category": "external", "summary": "2001027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001027" }, { "category": "external", "summary": "2001211", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001211" }, { "category": "external", "summary": "2001409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001409" }, { "category": "external", "summary": "2006378", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2006378" }, { "category": "external", "summary": "2006611", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2006611" }, { "category": "external", "summary": "2010365", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2010365" }, { "category": "external", "summary": "2010375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2010375" }, { "category": "external", "summary": "2018481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2018481" }, { "category": "external", "summary": "2021297", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2021297" }, { "category": "external", "summary": "2022328", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2022328" }, { "category": "external", "summary": "2023443", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023443" }, { "category": "external", "summary": "2028474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028474" }, { "category": "external", "summary": "2030406", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030406" }, { "category": "external", "summary": "2033167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033167" }, { "category": "external", "summary": "2033499", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033499" }, { "category": "external", "summary": "2034883", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2034883" }, { "category": "external", "summary": "2037329", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037329" }, { "category": "external", "summary": "2039411", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2039411" }, { "category": "external", "summary": "2040612", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040612" }, { "category": "external", "summary": "2043518", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2043518" }, { "category": "external", "summary": "2045880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880" }, { "category": "external", "summary": "2046335", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2046335" }, { "category": "external", "summary": "2048349", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2048349" }, { "category": "external", "summary": "2048789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2048789" }, { "category": "external", "summary": "2049591", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2049591" }, { "category": "external", "summary": "2052662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052662" }, { "category": "external", "summary": "2055247", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055247" }, { "category": "external", "summary": "2055620", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055620" }, { "category": "external", "summary": "2056387", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056387" }, { "category": "external", "summary": "2056888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056888" }, { "category": "external", "summary": "2057637", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2057637" }, { "category": "external", "summary": "2057972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2057972" }, { "category": "external", "summary": "2059125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059125" }, { "category": "external", "summary": "2059599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059599" }, { "category": "external", "summary": "2060068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060068" }, { "category": "external", "summary": "2060079", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060079" }, { "category": "external", "summary": "2061947", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2061947" }, { "category": "external", "summary": "2062579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062579" }, { "category": "external", "summary": "2063764", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2063764" }, { "category": "external", "summary": "2065192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065192" }, { "category": "external", "summary": "2065727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065727" }, { "category": "external", "summary": "2066560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066560" }, { "category": "external", "summary": "2067059", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067059" }, { "category": "external", "summary": "2067323", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067323" }, { "category": "external", "summary": "2068910", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2068910" }, { "category": "external", "summary": "2070562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070562" }, { "category": "external", "summary": "2071792", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2071792" }, { "category": "external", "summary": "2073617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073617" }, { "category": "external", "summary": "2075107", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2075107" }, { "category": "external", "summary": "2075607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2075607" }, { "category": "external", "summary": "2077933", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077933" }, { "category": "external", "summary": "2078691", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2078691" }, { "category": "external", "summary": "2078727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2078727" }, { "category": "external", "summary": "2079214", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079214" }, { "category": "external", "summary": "2079249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079249" }, { "category": "external", "summary": "2079679", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079679" }, { "category": "external", "summary": "2079690", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079690" }, { "category": "external", "summary": "2080260", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080260" }, { "category": "external", "summary": "2080449", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080449" }, { "category": "external", "summary": "2081674", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2081674" }, { "category": "external", "summary": "2081734", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2081734" }, { "category": "external", "summary": "2082395", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082395" }, { "category": "external", "summary": "2082588", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082588" }, { "category": "external", "summary": "2082599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082599" }, { "category": "external", "summary": "2082773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082773" }, { "category": "external", "summary": "2083041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083041" }, { "category": "external", "summary": "2083226", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083226" }, { "category": "external", "summary": "2084453", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084453" }, { "category": "external", "summary": "2084471", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084471" }, { "category": "external", "summary": "2084504", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084504" }, { "category": "external", "summary": "2085390", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085390" }, { "category": "external", "summary": "2086231", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2086231" }, { "category": "external", "summary": "2086887", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2086887" }, { "category": "external", "summary": "2087032", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087032" }, { "category": "external", "summary": "2087679", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087679" }, { "category": "external", "summary": "2087981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087981" }, { "category": "external", "summary": "2088033", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088033" }, { "category": "external", "summary": "2088583", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088583" }, { "category": "external", "summary": "2089199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089199" }, { "category": "external", "summary": "2089221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089221" }, { "category": "external", "summary": "2089402", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089402" }, { "category": "external", "summary": "2089807", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089807" }, { "category": "external", "summary": "2089950", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089950" }, { "category": "external", "summary": "2090135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090135" }, { "category": "external", "summary": "2090836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090836" }, { "category": "external", "summary": "2090988", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090988" }, { "category": "external", "summary": "2091102", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091102" }, { "category": "external", "summary": "2091109", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091109" }, { "category": "external", "summary": "2091238", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091238" }, { "category": "external", "summary": "2091545", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091545" }, { "category": "external", "summary": "2091555", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091555" }, { "category": "external", "summary": "2091573", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091573" }, { "category": "external", "summary": "2091864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091864" }, { "category": "external", "summary": "2092319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092319" }, { "category": "external", "summary": "2092731", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092731" }, { "category": "external", "summary": "2092920", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092920" }, { "category": "external", "summary": "2093016", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093016" }, { "category": "external", "summary": "2093040", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093040" }, { "category": "external", "summary": "2093046", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093046" }, { "category": "external", "summary": "2093440", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093440" }, { "category": "external", "summary": "2093826", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093826" }, { "category": "external", "summary": "2093852", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093852" }, { "category": "external", "summary": "2093892", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2093892" }, { "category": "external", "summary": "2094012", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094012" }, { "category": "external", "summary": "2094068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094068" }, { "category": "external", "summary": "2094101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094101" }, { "category": "external", "summary": "2094174", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094174" }, { "category": "external", "summary": "2094240", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094240" }, { "category": "external", "summary": "2094362", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094362" }, { "category": "external", "summary": "2094462", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094462" }, { "category": "external", "summary": "2094502", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094502" }, { "category": "external", "summary": "2094558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094558" }, { "category": "external", "summary": "2094716", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094716" }, { "category": "external", "summary": "2094783", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094783" }, { "category": "external", "summary": "2094865", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094865" }, { "category": "external", "summary": "2095323", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095323" }, { "category": "external", "summary": "2095623", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095623" }, { "category": "external", "summary": "2095708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095708" }, { "category": "external", "summary": "2095852", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095852" }, { "category": "external", "summary": "2097026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097026" }, { "category": "external", "summary": "2097073", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097073" }, { "category": "external", "summary": "2097221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097221" }, { "category": "external", "summary": "2097243", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097243" }, { "category": "external", "summary": "2097431", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097431" }, { "category": "external", "summary": "2097557", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097557" }, { "category": "external", "summary": "2097691", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097691" }, { "category": "external", "summary": "2097701", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097701" }, { "category": "external", "summary": "2097785", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097785" }, { "category": "external", "summary": "2098053", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098053" }, { "category": "external", "summary": "2098054", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098054" }, { "category": "external", "summary": "2098072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098072" }, { "category": "external", "summary": "2098124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098124" }, { "category": "external", "summary": "2098234", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098234" }, { "category": "external", "summary": "2098299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098299" }, { "category": "external", "summary": "2099401", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099401" }, { "category": "external", "summary": "2099664", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099664" }, { "category": "external", "summary": "2099795", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099795" }, { "category": "external", "summary": "2099864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099864" }, { "category": "external", "summary": "2099939", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099939" }, { "category": "external", "summary": "2099945", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099945" }, { "category": "external", "summary": "2099991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2099991" }, { "category": "external", "summary": "2100166", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100166" }, { "category": "external", "summary": "2100220", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100220" }, { "category": "external", "summary": "2100249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100249" }, { "category": "external", "summary": "2100312", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100312" }, { "category": "external", "summary": "2100334", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100334" }, { "category": "external", "summary": "2100342", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100342" }, { "category": "external", "summary": "2100472", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100472" }, { "category": "external", "summary": "2100495", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100495" }, { "category": "external", "summary": "2100640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100640" }, { "category": "external", "summary": "2100702", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100702" }, { "category": "external", "summary": "2100708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100708" }, { "category": "external", "summary": "2100774", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100774" }, { "category": "external", "summary": "2100843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100843" }, { "category": "external", "summary": "2100845", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100845" }, { "category": "external", "summary": "2100852", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100852" }, { "category": "external", "summary": "2100860", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100860" }, { "category": "external", "summary": "2100882", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100882" }, { "category": "external", "summary": "2100918", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100918" }, { "category": "external", "summary": "2100923", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100923" }, { "category": "external", "summary": "2101157", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101157" }, { "category": "external", "summary": "2101343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101343" }, { "category": "external", "summary": "2101357", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101357" }, { "category": "external", "summary": "2101444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101444" }, { "category": "external", "summary": "2101511", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101511" }, { "category": "external", "summary": "2101520", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101520" }, { "category": "external", "summary": "2101622", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101622" }, { "category": "external", "summary": "2101645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101645" }, { "category": "external", "summary": "2101736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101736" }, { "category": "external", "summary": "2101843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101843" }, { "category": "external", "summary": "2101878", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101878" }, { "category": "external", "summary": "2101880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101880" }, { "category": "external", "summary": "2101885", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101885" }, { "category": "external", "summary": "2101992", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101992" }, { "category": "external", "summary": "2102004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102004" }, { "category": "external", "summary": "2102098", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102098" }, { "category": "external", "summary": "2102109", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102109" }, { "category": "external", "summary": "2102228", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102228" }, { "category": "external", "summary": "2102269", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102269" }, { "category": "external", "summary": "2102324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102324" }, { "category": "external", "summary": "2102341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102341" }, { "category": "external", "summary": "2102344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102344" }, { "category": "external", "summary": "2102371", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102371" }, { "category": "external", "summary": "2102383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102383" }, { "category": "external", "summary": "2102450", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102450" }, { "category": "external", "summary": "2102632", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102632" }, { "category": "external", "summary": "2102673", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102673" }, { "category": "external", "summary": "2102676", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102676" }, { "category": "external", "summary": "2102766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102766" }, { "category": "external", "summary": "2103061", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103061" }, { "category": "external", "summary": "2103090", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103090" }, { "category": "external", "summary": "2103126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103126" }, { "category": "external", "summary": "2103144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103144" }, { "category": "external", "summary": "2103178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103178" }, { "category": "external", "summary": "2103224", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103224" }, { "category": "external", "summary": "2103236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103236" }, { "category": "external", "summary": "2103283", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103283" }, { "category": "external", "summary": "2103590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103590" }, { "category": "external", "summary": "2103668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103668" }, { "category": "external", "summary": "2103680", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103680" }, { "category": "external", "summary": "2103725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103725" }, { "category": "external", "summary": "2103786", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103786" }, { "category": "external", "summary": "2103940", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103940" }, { "category": "external", "summary": "2103972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103972" }, { "category": "external", "summary": "2103981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103981" }, { "category": "external", "summary": "2104275", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104275" }, { "category": "external", "summary": "2104337", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104337" }, { "category": "external", "summary": "2104373", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104373" }, { "category": "external", "summary": "2104481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104481" }, { "category": "external", "summary": "2104503", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104503" }, { "category": "external", "summary": "2104549", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104549" }, { "category": "external", "summary": "2104578", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104578" }, { "category": "external", "summary": "2104619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104619" }, { "category": "external", "summary": "2104642", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104642" }, { "category": "external", "summary": "2104784", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104784" }, { "category": "external", "summary": "2104803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104803" }, { "category": "external", "summary": "2104953", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104953" }, { "category": "external", "summary": "2105003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105003" }, { "category": "external", "summary": "2105045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105045" }, { "category": "external", "summary": "2105071", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105071" }, { "category": "external", "summary": "2105123", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105123" }, { "category": "external", "summary": "2105165", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105165" }, { "category": "external", "summary": "2105303", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105303" }, { "category": "external", "summary": "2105325", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105325" }, { "category": "external", "summary": "2105328", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105328" }, { "category": "external", "summary": "2105341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105341" }, { "category": "external", "summary": "2105344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105344" }, { "category": "external", "summary": "2105399", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105399" }, { "category": "external", "summary": "2105706", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105706" }, { "category": "external", "summary": "2105909", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105909" }, { "category": "external", "summary": "2105918", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105918" }, { "category": "external", "summary": "2105933", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105933" }, { "category": "external", "summary": "2105967", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105967" }, { "category": "external", "summary": "2105996", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105996" }, { "category": "external", "summary": "2106044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106044" }, { "category": "external", "summary": "2106055", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106055" }, { "category": "external", "summary": "2106061", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106061" }, { "category": "external", "summary": "2106086", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106086" }, { "category": "external", "summary": "2106298", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106298" }, { "category": "external", "summary": "2106366", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106366" }, { "category": "external", "summary": "2106372", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106372" }, { "category": "external", "summary": "2106377", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106377" }, { "category": "external", "summary": "2106378", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106378" }, { "category": "external", "summary": "2106403", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106403" }, { "category": "external", "summary": "2106444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106444" }, { "category": "external", "summary": "2106449", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106449" }, { "category": "external", "summary": "2106476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106476" }, { "category": "external", "summary": "2106667", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106667" }, { "category": "external", "summary": "2106733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106733" }, { "category": "external", "summary": "2106770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106770" }, { "category": "external", "summary": "2106803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106803" }, { "category": "external", "summary": "2106805", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106805" }, { "category": "external", "summary": "2106862", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106862" }, { "category": "external", "summary": "2106866", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106866" }, { "category": "external", "summary": "2106935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106935" }, { "category": "external", "summary": "2107043", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107043" }, { "category": "external", "summary": "2107068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107068" }, { "category": "external", "summary": "2107113", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107113" }, { "category": "external", "summary": "2107178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107178" }, { "category": "external", "summary": "2107241", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107241" }, { "category": "external", "summary": "2107374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374" }, { "category": "external", "summary": "2107383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383" }, { "category": "external", "summary": "2107469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107469" }, { "category": "external", "summary": "2107513", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107513" }, { "category": "external", "summary": "2107558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107558" }, { "category": "external", "summary": "2107566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107566" }, { "category": "external", "summary": "2107578", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107578" }, { "category": "external", "summary": "2107999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107999" }, { "category": "external", "summary": "2108033", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108033" }, { "category": "external", "summary": "2108054", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108054" }, { "category": "external", "summary": "2108222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108222" }, { "category": "external", "summary": "2108307", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108307" }, { "category": "external", "summary": "2108317", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108317" }, { "category": "external", "summary": "2108320", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108320" }, { "category": "external", "summary": "2108473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108473" }, { "category": "external", "summary": "2108551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108551" }, { "category": "external", "summary": "2108647", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108647" }, { "category": "external", "summary": "2108708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108708" }, { "category": "external", "summary": "2108858", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108858" }, { "category": "external", "summary": "2109045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109045" }, { "category": "external", "summary": "2109056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109056" }, { "category": "external", "summary": "2109059", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109059" }, { "category": "external", "summary": "2109152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109152" }, { "category": "external", "summary": "2109258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109258" }, { "category": "external", "summary": "2109374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109374" }, { "category": "external", "summary": "2109388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109388" }, { "category": "external", "summary": "2109469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109469" }, { "category": "external", "summary": "2109502", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109502" }, { "category": "external", "summary": "2109511", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109511" }, { "category": "external", "summary": "2109538", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109538" }, { "category": "external", "summary": "2109697", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109697" }, { "category": "external", "summary": "2109800", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109800" }, { "category": "external", "summary": "2109854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109854" }, { "category": "external", "summary": "2109945", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109945" }, { "category": "external", "summary": "2109963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109963" }, { "category": "external", "summary": "2109965", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109965" }, { "category": "external", "summary": "2109967", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109967" }, { "category": "external", "summary": "2110281", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110281" }, { "category": "external", "summary": "2110321", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110321" }, { "category": "external", "summary": "2110501", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110501" }, { "category": "external", "summary": "2110525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110525" }, { "category": "external", "summary": "2110590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110590" }, { "category": "external", "summary": "2110617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110617" }, { "category": "external", "summary": "2110629", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110629" }, { "category": "external", "summary": "2110722", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110722" }, { "category": "external", "summary": "2110927", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110927" }, { "category": "external", "summary": "2111151", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111151" }, { "category": "external", "summary": "2111165", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111165" }, { "category": "external", "summary": "2111205", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111205" }, { "category": "external", "summary": "2111467", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111467" }, { "category": "external", "summary": "2111474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111474" }, { "category": "external", "summary": "2111534", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111534" }, { "category": "external", "summary": "2111537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111537" }, { "category": "external", "summary": "2111586", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111586" }, { "category": "external", "summary": "2111686", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111686" }, { "category": "external", "summary": "2111733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111733" }, { "category": "external", "summary": "2111817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111817" }, { "category": "external", "summary": "2111842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111842" }, { "category": "external", "summary": "2111878", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111878" }, { "category": "external", "summary": "2111972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111972" }, { "category": "external", "summary": "2111979", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111979" }, { "category": "external", "summary": "2111984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111984" }, { "category": "external", "summary": "2112086", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112086" }, { "category": "external", "summary": "2112146", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112146" }, { "category": "external", "summary": "2112237", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112237" }, { "category": "external", "summary": "2112481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112481" }, { "category": "external", "summary": "2112812", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112812" }, { "category": "external", "summary": "2112862", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112862" }, { "category": "external", "summary": "2112934", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112934" }, { "category": "external", "summary": "2113936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113936" }, { "category": "external", "summary": "2113977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113977" }, { "category": "external", "summary": "2114009", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114009" }, { "category": "external", "summary": "2114488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114488" }, { "category": "external", "summary": "2114506", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114506" }, { "category": "external", "summary": "2114721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114721" }, { "category": "external", "summary": "2114754", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114754" }, { "category": "external", "summary": "2114779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114779" }, { "category": "external", "summary": "2114834", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114834" }, { "category": "external", "summary": "2114968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114968" }, { "category": "external", "summary": "2115308", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115308" }, { "category": "external", "summary": "2115347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115347" }, { "category": "external", "summary": "2115358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115358" }, { "category": "external", "summary": "2115479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115479" }, { "category": "external", "summary": "2115522", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115522" }, { "category": "external", "summary": "2115527", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115527" }, { "category": "external", "summary": "2115528", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115528" }, { "category": "external", "summary": "2115638", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115638" }, { "category": "external", "summary": "2115684", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115684" }, { "category": "external", "summary": "2115790", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115790" }, { "category": "external", "summary": "2115799", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115799" }, { "category": "external", "summary": "2115802", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115802" }, { "category": "external", "summary": "2115814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115814" }, { "category": "external", "summary": "2115899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115899" }, { "category": "external", "summary": "2116382", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116382" }, { "category": "external", "summary": "2116415", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116415" }, { "category": "external", "summary": "2116460", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116460" }, { "category": "external", "summary": "2116547", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116547" }, { "category": "external", "summary": "2116715", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116715" }, { "category": "external", "summary": "2116973", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116973" }, { "category": "external", "summary": "2116982", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116982" }, { "category": "external", "summary": "2117033", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117033" }, { "category": "external", "summary": "2117142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117142" }, { "category": "external", "summary": "2117235", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117235" }, { "category": "external", "summary": "2117255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117255" }, { "category": "external", "summary": "2117310", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117310" }, { "category": "external", "summary": "2117387", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117387" }, { "category": "external", "summary": "2117423", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117423" }, { "category": "external", "summary": "2117439", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117439" }, { "category": "external", "summary": "2117474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117474" }, { "category": "external", "summary": "2117524", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117524" }, { "category": "external", "summary": "2117569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117569" }, { "category": "external", "summary": "2117595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117595" }, { "category": "external", "summary": "2117602", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117602" }, { "category": "external", "summary": "2117646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117646" }, { "category": "external", "summary": "2117738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117738" }, { "category": "external", "summary": "2117749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117749" }, { "category": "external", "summary": "2117822", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117822" }, { "category": "external", "summary": "2118286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118286" }, { "category": "external", "summary": "2118318", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118318" }, { "category": "external", "summary": "2118550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118550" }, { "category": "external", "summary": "2118563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118563" }, { "category": "external", "summary": "2118625", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118625" }, { "category": "external", "summary": "2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2135339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339" }, { "category": "external", "summary": "2161287", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161287" }, { "category": "external", "summary": "OCPBUGS-1000", "url": "https://issues.redhat.com/browse/OCPBUGS-1000" }, { "category": "external", "summary": "OCPBUGS-1004", "url": "https://issues.redhat.com/browse/OCPBUGS-1004" }, { "category": "external", "summary": "OCPBUGS-1017", "url": "https://issues.redhat.com/browse/OCPBUGS-1017" }, { "category": "external", "summary": "OCPBUGS-1029", "url": "https://issues.redhat.com/browse/OCPBUGS-1029" }, { "category": "external", "summary": "OCPBUGS-1038", "url": "https://issues.redhat.com/browse/OCPBUGS-1038" }, { "category": "external", "summary": "OCPBUGS-1044", "url": "https://issues.redhat.com/browse/OCPBUGS-1044" }, { "category": "external", "summary": "OCPBUGS-1049", "url": "https://issues.redhat.com/browse/OCPBUGS-1049" }, { "category": "external", "summary": "OCPBUGS-1067", "url": "https://issues.redhat.com/browse/OCPBUGS-1067" }, { "category": "external", "summary": "OCPBUGS-1068", "url": "https://issues.redhat.com/browse/OCPBUGS-1068" }, { "category": "external", "summary": "OCPBUGS-1069", "url": "https://issues.redhat.com/browse/OCPBUGS-1069" }, { "category": "external", "summary": "OCPBUGS-1076", "url": "https://issues.redhat.com/browse/OCPBUGS-1076" }, { "category": "external", "summary": "OCPBUGS-1080", "url": "https://issues.redhat.com/browse/OCPBUGS-1080" }, { "category": "external", "summary": "OCPBUGS-1083", "url": "https://issues.redhat.com/browse/OCPBUGS-1083" }, { "category": "external", "summary": "OCPBUGS-1105", "url": "https://issues.redhat.com/browse/OCPBUGS-1105" }, { "category": "external", "summary": "OCPBUGS-1106", "url": "https://issues.redhat.com/browse/OCPBUGS-1106" }, { "category": "external", "summary": "OCPBUGS-1132", "url": "https://issues.redhat.com/browse/OCPBUGS-1132" }, { "category": "external", "summary": "OCPBUGS-122", "url": "https://issues.redhat.com/browse/OCPBUGS-122" }, { "category": "external", "summary": "OCPBUGS-1226", "url": "https://issues.redhat.com/browse/OCPBUGS-1226" }, { "category": "external", "summary": "OCPBUGS-1227", "url": "https://issues.redhat.com/browse/OCPBUGS-1227" }, { "category": "external", "summary": "OCPBUGS-1231", "url": "https://issues.redhat.com/browse/OCPBUGS-1231" }, { "category": "external", "summary": "OCPBUGS-1234", "url": "https://issues.redhat.com/browse/OCPBUGS-1234" }, { "category": "external", "summary": "OCPBUGS-1237", "url": "https://issues.redhat.com/browse/OCPBUGS-1237" }, { "category": "external", "summary": "OCPBUGS-1244", "url": "https://issues.redhat.com/browse/OCPBUGS-1244" }, { "category": "external", "summary": "OCPBUGS-1247", "url": "https://issues.redhat.com/browse/OCPBUGS-1247" }, { "category": "external", "summary": "OCPBUGS-1256", "url": "https://issues.redhat.com/browse/OCPBUGS-1256" }, { "category": "external", "summary": "OCPBUGS-1257", "url": "https://issues.redhat.com/browse/OCPBUGS-1257" }, { "category": "external", "summary": "OCPBUGS-1263", "url": "https://issues.redhat.com/browse/OCPBUGS-1263" }, { "category": "external", "summary": "OCPBUGS-1268", "url": "https://issues.redhat.com/browse/OCPBUGS-1268" }, { "category": "external", "summary": "OCPBUGS-1274", "url": "https://issues.redhat.com/browse/OCPBUGS-1274" }, { "category": "external", "summary": "OCPBUGS-1290", "url": "https://issues.redhat.com/browse/OCPBUGS-1290" }, { "category": "external", "summary": "OCPBUGS-1318", "url": "https://issues.redhat.com/browse/OCPBUGS-1318" }, { "category": "external", "summary": "OCPBUGS-1321", "url": "https://issues.redhat.com/browse/OCPBUGS-1321" }, { "category": "external", "summary": "OCPBUGS-1324", "url": "https://issues.redhat.com/browse/OCPBUGS-1324" }, { "category": "external", "summary": "OCPBUGS-1329", "url": "https://issues.redhat.com/browse/OCPBUGS-1329" }, { "category": "external", "summary": "OCPBUGS-1351", "url": "https://issues.redhat.com/browse/OCPBUGS-1351" }, { "category": "external", "summary": "OCPBUGS-1353", "url": "https://issues.redhat.com/browse/OCPBUGS-1353" }, { "category": "external", "summary": "OCPBUGS-1361", "url": "https://issues.redhat.com/browse/OCPBUGS-1361" }, { "category": "external", "summary": "OCPBUGS-1364", "url": "https://issues.redhat.com/browse/OCPBUGS-1364" }, { "category": "external", "summary": "OCPBUGS-1402", "url": "https://issues.redhat.com/browse/OCPBUGS-1402" }, { "category": "external", "summary": "OCPBUGS-1409", "url": "https://issues.redhat.com/browse/OCPBUGS-1409" }, { "category": "external", "summary": "OCPBUGS-1416", "url": "https://issues.redhat.com/browse/OCPBUGS-1416" }, { "category": "external", "summary": "OCPBUGS-1417", "url": "https://issues.redhat.com/browse/OCPBUGS-1417" }, { "category": "external", "summary": "OCPBUGS-1421", "url": "https://issues.redhat.com/browse/OCPBUGS-1421" }, { "category": "external", "summary": "OCPBUGS-1429", "url": "https://issues.redhat.com/browse/OCPBUGS-1429" }, { "category": "external", "summary": "OCPBUGS-1434", "url": "https://issues.redhat.com/browse/OCPBUGS-1434" }, { "category": "external", "summary": "OCPBUGS-1437", "url": "https://issues.redhat.com/browse/OCPBUGS-1437" }, { "category": "external", "summary": "OCPBUGS-1456", "url": "https://issues.redhat.com/browse/OCPBUGS-1456" }, { "category": "external", "summary": "OCPBUGS-1470", "url": "https://issues.redhat.com/browse/OCPBUGS-1470" }, { "category": "external", "summary": "OCPBUGS-1479", "url": "https://issues.redhat.com/browse/OCPBUGS-1479" }, { "category": "external", "summary": "OCPBUGS-1482", "url": "https://issues.redhat.com/browse/OCPBUGS-1482" }, { "category": "external", "summary": "OCPBUGS-1484", "url": "https://issues.redhat.com/browse/OCPBUGS-1484" }, { "category": "external", "summary": "OCPBUGS-1489", "url": "https://issues.redhat.com/browse/OCPBUGS-1489" }, { "category": "external", "summary": "OCPBUGS-1498", "url": "https://issues.redhat.com/browse/OCPBUGS-1498" }, { "category": "external", "summary": "OCPBUGS-1502", "url": "https://issues.redhat.com/browse/OCPBUGS-1502" }, { "category": "external", "summary": "OCPBUGS-1503", "url": "https://issues.redhat.com/browse/OCPBUGS-1503" }, { "category": "external", "summary": "OCPBUGS-1505", "url": "https://issues.redhat.com/browse/OCPBUGS-1505" }, { "category": "external", "summary": "OCPBUGS-1512", "url": "https://issues.redhat.com/browse/OCPBUGS-1512" }, { "category": "external", "summary": "OCPBUGS-1515", "url": "https://issues.redhat.com/browse/OCPBUGS-1515" }, { "category": "external", "summary": "OCPBUGS-1522", "url": "https://issues.redhat.com/browse/OCPBUGS-1522" }, { "category": "external", "summary": "OCPBUGS-1533", "url": "https://issues.redhat.com/browse/OCPBUGS-1533" }, { "category": "external", "summary": "OCPBUGS-1549", "url": "https://issues.redhat.com/browse/OCPBUGS-1549" }, { "category": "external", "summary": "OCPBUGS-1554", "url": "https://issues.redhat.com/browse/OCPBUGS-1554" }, { "category": "external", "summary": "OCPBUGS-1558", "url": "https://issues.redhat.com/browse/OCPBUGS-1558" }, { "category": "external", "summary": "OCPBUGS-1569", "url": "https://issues.redhat.com/browse/OCPBUGS-1569" }, { "category": "external", "summary": "OCPBUGS-1570", "url": "https://issues.redhat.com/browse/OCPBUGS-1570" }, { "category": "external", "summary": "OCPBUGS-1616", "url": "https://issues.redhat.com/browse/OCPBUGS-1616" }, { "category": "external", "summary": "OCPBUGS-1621", "url": "https://issues.redhat.com/browse/OCPBUGS-1621" }, { "category": "external", "summary": "OCPBUGS-1629", "url": "https://issues.redhat.com/browse/OCPBUGS-1629" }, { "category": "external", "summary": "OCPBUGS-1636", "url": "https://issues.redhat.com/browse/OCPBUGS-1636" }, { "category": "external", "summary": "OCPBUGS-1641", "url": "https://issues.redhat.com/browse/OCPBUGS-1641" }, { "category": "external", "summary": "OCPBUGS-1645", "url": "https://issues.redhat.com/browse/OCPBUGS-1645" }, { "category": "external", "summary": "OCPBUGS-165", "url": "https://issues.redhat.com/browse/OCPBUGS-165" }, { "category": "external", "summary": "OCPBUGS-1677", "url": "https://issues.redhat.com/browse/OCPBUGS-1677" }, { "category": "external", "summary": "OCPBUGS-1678", "url": "https://issues.redhat.com/browse/OCPBUGS-1678" }, { "category": "external", "summary": "OCPBUGS-169", "url": "https://issues.redhat.com/browse/OCPBUGS-169" }, { "category": "external", "summary": "OCPBUGS-1698", "url": "https://issues.redhat.com/browse/OCPBUGS-1698" }, { "category": "external", "summary": "OCPBUGS-1705", "url": "https://issues.redhat.com/browse/OCPBUGS-1705" }, { "category": "external", "summary": "OCPBUGS-1708", "url": "https://issues.redhat.com/browse/OCPBUGS-1708" }, { "category": "external", "summary": "OCPBUGS-171", "url": "https://issues.redhat.com/browse/OCPBUGS-171" }, { "category": "external", "summary": "OCPBUGS-1717", "url": "https://issues.redhat.com/browse/OCPBUGS-1717" }, { "category": "external", "summary": "OCPBUGS-1718", "url": "https://issues.redhat.com/browse/OCPBUGS-1718" }, { "category": "external", "summary": "OCPBUGS-1730", "url": "https://issues.redhat.com/browse/OCPBUGS-1730" }, { "category": "external", "summary": "OCPBUGS-1731", "url": "https://issues.redhat.com/browse/OCPBUGS-1731" }, { "category": "external", "summary": "OCPBUGS-1736", "url": "https://issues.redhat.com/browse/OCPBUGS-1736" }, { "category": "external", "summary": "OCPBUGS-1746", "url": "https://issues.redhat.com/browse/OCPBUGS-1746" }, { "category": "external", "summary": "OCPBUGS-1776", "url": "https://issues.redhat.com/browse/OCPBUGS-1776" }, { "category": "external", "summary": "OCPBUGS-1789", "url": "https://issues.redhat.com/browse/OCPBUGS-1789" }, { "category": "external", "summary": "OCPBUGS-1799", "url": "https://issues.redhat.com/browse/OCPBUGS-1799" }, { "category": "external", "summary": "OCPBUGS-180", "url": "https://issues.redhat.com/browse/OCPBUGS-180" }, { "category": "external", "summary": "OCPBUGS-1806", "url": "https://issues.redhat.com/browse/OCPBUGS-1806" }, { "category": "external", "summary": "OCPBUGS-1810", "url": "https://issues.redhat.com/browse/OCPBUGS-1810" }, { "category": "external", "summary": "OCPBUGS-1824", "url": "https://issues.redhat.com/browse/OCPBUGS-1824" }, { "category": "external", "summary": "OCPBUGS-1825", "url": "https://issues.redhat.com/browse/OCPBUGS-1825" }, { "category": "external", "summary": "OCPBUGS-1827", "url": "https://issues.redhat.com/browse/OCPBUGS-1827" }, { "category": "external", "summary": "OCPBUGS-183", "url": "https://issues.redhat.com/browse/OCPBUGS-183" }, { "category": "external", "summary": "OCPBUGS-1831", "url": "https://issues.redhat.com/browse/OCPBUGS-1831" }, { "category": "external", "summary": "OCPBUGS-184", "url": "https://issues.redhat.com/browse/OCPBUGS-184" }, { "category": "external", "summary": "OCPBUGS-1853", "url": "https://issues.redhat.com/browse/OCPBUGS-1853" }, { "category": "external", "summary": "OCPBUGS-1856", "url": "https://issues.redhat.com/browse/OCPBUGS-1856" }, { "category": "external", "summary": "OCPBUGS-1877", "url": "https://issues.redhat.com/browse/OCPBUGS-1877" }, { "category": "external", "summary": "OCPBUGS-1880", "url": "https://issues.redhat.com/browse/OCPBUGS-1880" }, { "category": "external", "summary": "OCPBUGS-1881", "url": "https://issues.redhat.com/browse/OCPBUGS-1881" }, { "category": "external", "summary": "OCPBUGS-1896", "url": "https://issues.redhat.com/browse/OCPBUGS-1896" }, { "category": "external", "summary": "OCPBUGS-1900", "url": "https://issues.redhat.com/browse/OCPBUGS-1900" }, { "category": "external", "summary": "OCPBUGS-1904", "url": "https://issues.redhat.com/browse/OCPBUGS-1904" }, { "category": "external", "summary": "OCPBUGS-1912", "url": "https://issues.redhat.com/browse/OCPBUGS-1912" }, { "category": "external", "summary": "OCPBUGS-1913", "url": "https://issues.redhat.com/browse/OCPBUGS-1913" }, { "category": "external", "summary": "OCPBUGS-1916", "url": "https://issues.redhat.com/browse/OCPBUGS-1916" }, { "category": "external", "summary": "OCPBUGS-193", "url": "https://issues.redhat.com/browse/OCPBUGS-193" }, { "category": "external", "summary": "OCPBUGS-194", "url": "https://issues.redhat.com/browse/OCPBUGS-194" }, { "category": "external", "summary": "OCPBUGS-1941", "url": "https://issues.redhat.com/browse/OCPBUGS-1941" }, { "category": "external", "summary": "OCPBUGS-1949", "url": "https://issues.redhat.com/browse/OCPBUGS-1949" }, { "category": "external", "summary": "OCPBUGS-1950", "url": "https://issues.redhat.com/browse/OCPBUGS-1950" }, { "category": "external", "summary": "OCPBUGS-1962", "url": "https://issues.redhat.com/browse/OCPBUGS-1962" }, { "category": "external", "summary": "OCPBUGS-1979", "url": "https://issues.redhat.com/browse/OCPBUGS-1979" }, { "category": "external", "summary": "OCPBUGS-198", "url": "https://issues.redhat.com/browse/OCPBUGS-198" }, { "category": "external", "summary": "OCPBUGS-1992", "url": "https://issues.redhat.com/browse/OCPBUGS-1992" }, { "category": "external", "summary": "OCPBUGS-1994", "url": "https://issues.redhat.com/browse/OCPBUGS-1994" }, { "category": "external", "summary": "OCPBUGS-2004", "url": "https://issues.redhat.com/browse/OCPBUGS-2004" }, { "category": "external", "summary": "OCPBUGS-2009", "url": "https://issues.redhat.com/browse/OCPBUGS-2009" }, { "category": "external", "summary": "OCPBUGS-2010", "url": "https://issues.redhat.com/browse/OCPBUGS-2010" }, { "category": "external", "summary": "OCPBUGS-2029", "url": "https://issues.redhat.com/browse/OCPBUGS-2029" }, { "category": "external", "summary": "OCPBUGS-2052", "url": "https://issues.redhat.com/browse/OCPBUGS-2052" }, { "category": "external", "summary": "OCPBUGS-2063", "url": "https://issues.redhat.com/browse/OCPBUGS-2063" }, { "category": "external", "summary": "OCPBUGS-2071", "url": "https://issues.redhat.com/browse/OCPBUGS-2071" }, { "category": "external", "summary": "OCPBUGS-2075", "url": "https://issues.redhat.com/browse/OCPBUGS-2075" }, { "category": "external", "summary": "OCPBUGS-2076", "url": "https://issues.redhat.com/browse/OCPBUGS-2076" }, { "category": "external", "summary": "OCPBUGS-2079", "url": "https://issues.redhat.com/browse/OCPBUGS-2079" }, { "category": "external", "summary": "OCPBUGS-208", "url": "https://issues.redhat.com/browse/OCPBUGS-208" }, { "category": "external", "summary": "OCPBUGS-2086", "url": "https://issues.redhat.com/browse/OCPBUGS-2086" }, { "category": "external", "summary": "OCPBUGS-2100", "url": "https://issues.redhat.com/browse/OCPBUGS-2100" }, { "category": "external", "summary": "OCPBUGS-2102", "url": "https://issues.redhat.com/browse/OCPBUGS-2102" }, { "category": "external", "summary": "OCPBUGS-212", "url": "https://issues.redhat.com/browse/OCPBUGS-212" }, { "category": "external", "summary": "OCPBUGS-2122", "url": "https://issues.redhat.com/browse/OCPBUGS-2122" }, { "category": "external", "summary": "OCPBUGS-2125", "url": "https://issues.redhat.com/browse/OCPBUGS-2125" }, { "category": "external", "summary": "OCPBUGS-2138", "url": "https://issues.redhat.com/browse/OCPBUGS-2138" }, { "category": "external", "summary": "OCPBUGS-2151", "url": "https://issues.redhat.com/browse/OCPBUGS-2151" }, { "category": "external", "summary": "OCPBUGS-2152", "url": "https://issues.redhat.com/browse/OCPBUGS-2152" }, { "category": "external", "summary": "OCPBUGS-2155", "url": "https://issues.redhat.com/browse/OCPBUGS-2155" }, { "category": "external", "summary": "OCPBUGS-2157", "url": "https://issues.redhat.com/browse/OCPBUGS-2157" }, { "category": "external", "summary": "OCPBUGS-2158", "url": "https://issues.redhat.com/browse/OCPBUGS-2158" }, { "category": "external", "summary": "OCPBUGS-216", "url": "https://issues.redhat.com/browse/OCPBUGS-216" }, { "category": "external", "summary": "OCPBUGS-2167", "url": "https://issues.redhat.com/browse/OCPBUGS-2167" }, { "category": "external", "summary": "OCPBUGS-2175", "url": "https://issues.redhat.com/browse/OCPBUGS-2175" }, { "category": "external", "summary": "OCPBUGS-2181", "url": "https://issues.redhat.com/browse/OCPBUGS-2181" }, { "category": "external", "summary": "OCPBUGS-2195", "url": "https://issues.redhat.com/browse/OCPBUGS-2195" }, { "category": "external", "summary": "OCPBUGS-2197", "url": "https://issues.redhat.com/browse/OCPBUGS-2197" }, { "category": "external", "summary": "OCPBUGS-2219", "url": "https://issues.redhat.com/browse/OCPBUGS-2219" }, { "category": "external", "summary": "OCPBUGS-2223", "url": "https://issues.redhat.com/browse/OCPBUGS-2223" }, { "category": "external", "summary": "OCPBUGS-2227", "url": "https://issues.redhat.com/browse/OCPBUGS-2227" }, { "category": "external", "summary": "OCPBUGS-224", "url": "https://issues.redhat.com/browse/OCPBUGS-224" }, { "category": "external", "summary": "OCPBUGS-2249", "url": "https://issues.redhat.com/browse/OCPBUGS-2249" }, { "category": "external", "summary": "OCPBUGS-2262", "url": "https://issues.redhat.com/browse/OCPBUGS-2262" }, { "category": "external", "summary": "OCPBUGS-2265", "url": "https://issues.redhat.com/browse/OCPBUGS-2265" }, { "category": "external", "summary": "OCPBUGS-2269", "url": "https://issues.redhat.com/browse/OCPBUGS-2269" }, { "category": "external", "summary": "OCPBUGS-2301", "url": "https://issues.redhat.com/browse/OCPBUGS-2301" }, { "category": "external", "summary": "OCPBUGS-2316", "url": "https://issues.redhat.com/browse/OCPBUGS-2316" }, { "category": "external", "summary": "OCPBUGS-2322", "url": "https://issues.redhat.com/browse/OCPBUGS-2322" }, { "category": "external", "summary": "OCPBUGS-2325", "url": "https://issues.redhat.com/browse/OCPBUGS-2325" }, { "category": "external", "summary": "OCPBUGS-2327", "url": "https://issues.redhat.com/browse/OCPBUGS-2327" }, { "category": "external", "summary": "OCPBUGS-2328", "url": "https://issues.redhat.com/browse/OCPBUGS-2328" }, { "category": "external", "summary": "OCPBUGS-2330", "url": "https://issues.redhat.com/browse/OCPBUGS-2330" }, { "category": "external", "summary": "OCPBUGS-2334", "url": "https://issues.redhat.com/browse/OCPBUGS-2334" }, { "category": "external", "summary": "OCPBUGS-2338", "url": "https://issues.redhat.com/browse/OCPBUGS-2338" }, { "category": "external", "summary": "OCPBUGS-2340", "url": "https://issues.redhat.com/browse/OCPBUGS-2340" }, { "category": "external", "summary": "OCPBUGS-2346", "url": "https://issues.redhat.com/browse/OCPBUGS-2346" }, { "category": "external", "summary": "OCPBUGS-2354", "url": "https://issues.redhat.com/browse/OCPBUGS-2354" }, { "category": "external", "summary": "OCPBUGS-236", "url": "https://issues.redhat.com/browse/OCPBUGS-236" }, { "category": "external", "summary": "OCPBUGS-2360", "url": "https://issues.redhat.com/browse/OCPBUGS-2360" }, { "category": "external", "summary": "OCPBUGS-2362", "url": "https://issues.redhat.com/browse/OCPBUGS-2362" }, { "category": "external", "summary": "OCPBUGS-2369", "url": "https://issues.redhat.com/browse/OCPBUGS-2369" }, { "category": "external", "summary": "OCPBUGS-2372", "url": "https://issues.redhat.com/browse/OCPBUGS-2372" }, { "category": "external", "summary": "OCPBUGS-2373", "url": "https://issues.redhat.com/browse/OCPBUGS-2373" }, { "category": "external", "summary": "OCPBUGS-238", "url": "https://issues.redhat.com/browse/OCPBUGS-238" }, { "category": "external", "summary": "OCPBUGS-2396", "url": "https://issues.redhat.com/browse/OCPBUGS-2396" }, { "category": "external", "summary": "OCPBUGS-2435", "url": "https://issues.redhat.com/browse/OCPBUGS-2435" }, { "category": "external", "summary": "OCPBUGS-2436", "url": "https://issues.redhat.com/browse/OCPBUGS-2436" }, { "category": "external", "summary": "OCPBUGS-2437", "url": "https://issues.redhat.com/browse/OCPBUGS-2437" }, { "category": "external", "summary": "OCPBUGS-2438", "url": "https://issues.redhat.com/browse/OCPBUGS-2438" }, { "category": "external", "summary": "OCPBUGS-2446", "url": "https://issues.redhat.com/browse/OCPBUGS-2446" }, { "category": "external", "summary": "OCPBUGS-2455", "url": "https://issues.redhat.com/browse/OCPBUGS-2455" }, { "category": "external", "summary": "OCPBUGS-246", "url": "https://issues.redhat.com/browse/OCPBUGS-246" }, { "category": "external", "summary": "OCPBUGS-2469", "url": "https://issues.redhat.com/browse/OCPBUGS-2469" }, { "category": "external", "summary": "OCPBUGS-2478", "url": "https://issues.redhat.com/browse/OCPBUGS-2478" }, { "category": "external", "summary": "OCPBUGS-2495", "url": "https://issues.redhat.com/browse/OCPBUGS-2495" }, { "category": "external", "summary": "OCPBUGS-2508", "url": "https://issues.redhat.com/browse/OCPBUGS-2508" }, { "category": "external", "summary": "OCPBUGS-2512", "url": "https://issues.redhat.com/browse/OCPBUGS-2512" }, { "category": "external", "summary": "OCPBUGS-2558", "url": "https://issues.redhat.com/browse/OCPBUGS-2558" }, { "category": "external", "summary": "OCPBUGS-256", "url": "https://issues.redhat.com/browse/OCPBUGS-256" }, { "category": "external", "summary": "OCPBUGS-2592", "url": "https://issues.redhat.com/browse/OCPBUGS-2592" }, { "category": "external", "summary": "OCPBUGS-262", "url": "https://issues.redhat.com/browse/OCPBUGS-262" }, { "category": "external", "summary": "OCPBUGS-2621", "url": "https://issues.redhat.com/browse/OCPBUGS-2621" }, { "category": "external", "summary": "OCPBUGS-2635", "url": "https://issues.redhat.com/browse/OCPBUGS-2635" }, { "category": "external", "summary": "OCPBUGS-2638", "url": "https://issues.redhat.com/browse/OCPBUGS-2638" }, { "category": "external", "summary": "OCPBUGS-2651", "url": "https://issues.redhat.com/browse/OCPBUGS-2651" }, { "category": "external", "summary": "OCPBUGS-2654", "url": "https://issues.redhat.com/browse/OCPBUGS-2654" }, { "category": "external", "summary": "OCPBUGS-2656", "url": "https://issues.redhat.com/browse/OCPBUGS-2656" }, { "category": "external", "summary": "OCPBUGS-268", "url": "https://issues.redhat.com/browse/OCPBUGS-268" }, { "category": "external", "summary": "OCPBUGS-270", "url": "https://issues.redhat.com/browse/OCPBUGS-270" }, { "category": "external", "summary": "OCPBUGS-2726", "url": "https://issues.redhat.com/browse/OCPBUGS-2726" }, { "category": "external", "summary": "OCPBUGS-2741", "url": "https://issues.redhat.com/browse/OCPBUGS-2741" }, { "category": "external", "summary": "OCPBUGS-2757", "url": "https://issues.redhat.com/browse/OCPBUGS-2757" }, { "category": "external", "summary": "OCPBUGS-2774", "url": "https://issues.redhat.com/browse/OCPBUGS-2774" }, { "category": "external", "summary": "OCPBUGS-2775", "url": "https://issues.redhat.com/browse/OCPBUGS-2775" }, { "category": "external", "summary": "OCPBUGS-2779", "url": "https://issues.redhat.com/browse/OCPBUGS-2779" }, { "category": "external", "summary": "OCPBUGS-2803", "url": "https://issues.redhat.com/browse/OCPBUGS-2803" }, { "category": "external", "summary": "OCPBUGS-2822", "url": "https://issues.redhat.com/browse/OCPBUGS-2822" }, { "category": "external", "summary": "OCPBUGS-2826", "url": "https://issues.redhat.com/browse/OCPBUGS-2826" }, { "category": "external", "summary": "OCPBUGS-2837", "url": "https://issues.redhat.com/browse/OCPBUGS-2837" }, { "category": "external", "summary": "OCPBUGS-2848", "url": "https://issues.redhat.com/browse/OCPBUGS-2848" }, { "category": "external", "summary": "OCPBUGS-2854", "url": "https://issues.redhat.com/browse/OCPBUGS-2854" }, { "category": "external", "summary": "OCPBUGS-2874", "url": "https://issues.redhat.com/browse/OCPBUGS-2874" }, { "category": "external", "summary": "OCPBUGS-2896", "url": "https://issues.redhat.com/browse/OCPBUGS-2896" }, { "category": "external", "summary": "OCPBUGS-2909", "url": "https://issues.redhat.com/browse/OCPBUGS-2909" }, { "category": "external", "summary": "OCPBUGS-2915", "url": "https://issues.redhat.com/browse/OCPBUGS-2915" }, { "category": "external", "summary": "OCPBUGS-2918", "url": "https://issues.redhat.com/browse/OCPBUGS-2918" }, { "category": "external", "summary": "OCPBUGS-2927", "url": "https://issues.redhat.com/browse/OCPBUGS-2927" }, { "category": "external", "summary": "OCPBUGS-2974", "url": "https://issues.redhat.com/browse/OCPBUGS-2974" }, { "category": "external", "summary": "OCPBUGS-2975", "url": "https://issues.redhat.com/browse/OCPBUGS-2975" }, { "category": "external", "summary": "OCPBUGS-2979", "url": "https://issues.redhat.com/browse/OCPBUGS-2979" }, { "category": "external", "summary": "OCPBUGS-2984", "url": "https://issues.redhat.com/browse/OCPBUGS-2984" }, { "category": "external", "summary": "OCPBUGS-2995", "url": "https://issues.redhat.com/browse/OCPBUGS-2995" }, { "category": "external", "summary": "OCPBUGS-2997", "url": "https://issues.redhat.com/browse/OCPBUGS-2997" }, { "category": "external", "summary": "OCPBUGS-2998", "url": "https://issues.redhat.com/browse/OCPBUGS-2998" }, { "category": "external", "summary": "OCPBUGS-3003", "url": "https://issues.redhat.com/browse/OCPBUGS-3003" }, { "category": "external", "summary": "OCPBUGS-3019", "url": "https://issues.redhat.com/browse/OCPBUGS-3019" }, { "category": "external", "summary": "OCPBUGS-302", "url": "https://issues.redhat.com/browse/OCPBUGS-302" }, { "category": "external", "summary": "OCPBUGS-3022", "url": "https://issues.redhat.com/browse/OCPBUGS-3022" }, { "category": "external", "summary": "OCPBUGS-3028", "url": "https://issues.redhat.com/browse/OCPBUGS-3028" }, { "category": "external", "summary": "OCPBUGS-3035", "url": "https://issues.redhat.com/browse/OCPBUGS-3035" }, { "category": "external", "summary": "OCPBUGS-3037", "url": "https://issues.redhat.com/browse/OCPBUGS-3037" }, { "category": "external", "summary": "OCPBUGS-305", "url": "https://issues.redhat.com/browse/OCPBUGS-305" }, { "category": "external", "summary": "OCPBUGS-3055", "url": "https://issues.redhat.com/browse/OCPBUGS-3055" }, { "category": "external", "summary": "OCPBUGS-3071", "url": "https://issues.redhat.com/browse/OCPBUGS-3071" }, { "category": "external", "summary": "OCPBUGS-3075", "url": "https://issues.redhat.com/browse/OCPBUGS-3075" }, { "category": "external", "summary": "OCPBUGS-3080", "url": "https://issues.redhat.com/browse/OCPBUGS-3080" }, { "category": "external", "summary": "OCPBUGS-3081", "url": "https://issues.redhat.com/browse/OCPBUGS-3081" }, { "category": "external", "summary": "OCPBUGS-3094", "url": "https://issues.redhat.com/browse/OCPBUGS-3094" }, { "category": "external", "summary": "OCPBUGS-3111", "url": "https://issues.redhat.com/browse/OCPBUGS-3111" }, { "category": "external", "summary": "OCPBUGS-3115", "url": "https://issues.redhat.com/browse/OCPBUGS-3115" }, { "category": "external", "summary": "OCPBUGS-3175", "url": "https://issues.redhat.com/browse/OCPBUGS-3175" }, { "category": "external", "summary": "OCPBUGS-3177", "url": "https://issues.redhat.com/browse/OCPBUGS-3177" }, { "category": "external", "summary": "OCPBUGS-3179", "url": "https://issues.redhat.com/browse/OCPBUGS-3179" }, { "category": "external", "summary": "OCPBUGS-3194", "url": "https://issues.redhat.com/browse/OCPBUGS-3194" }, { "category": "external", "summary": "OCPBUGS-3204", "url": "https://issues.redhat.com/browse/OCPBUGS-3204" }, { "category": "external", "summary": "OCPBUGS-3208", "url": "https://issues.redhat.com/browse/OCPBUGS-3208" }, { "category": "external", "summary": "OCPBUGS-3249", "url": "https://issues.redhat.com/browse/OCPBUGS-3249" }, { "category": "external", "summary": "OCPBUGS-3263", "url": "https://issues.redhat.com/browse/OCPBUGS-3263" }, { "category": "external", "summary": "OCPBUGS-3265", "url": "https://issues.redhat.com/browse/OCPBUGS-3265" }, { "category": "external", "summary": "OCPBUGS-3276", "url": "https://issues.redhat.com/browse/OCPBUGS-3276" }, { "category": "external", "summary": "OCPBUGS-3279", "url": "https://issues.redhat.com/browse/OCPBUGS-3279" }, { "category": "external", "summary": "OCPBUGS-3281", "url": "https://issues.redhat.com/browse/OCPBUGS-3281" }, { "category": "external", "summary": "OCPBUGS-3289", "url": "https://issues.redhat.com/browse/OCPBUGS-3289" }, { "category": "external", "summary": "OCPBUGS-3293", "url": "https://issues.redhat.com/browse/OCPBUGS-3293" }, { "category": "external", "summary": "OCPBUGS-3297", "url": "https://issues.redhat.com/browse/OCPBUGS-3297" }, { "category": "external", "summary": "OCPBUGS-3306", "url": "https://issues.redhat.com/browse/OCPBUGS-3306" }, { "category": "external", "summary": "OCPBUGS-3307", "url": "https://issues.redhat.com/browse/OCPBUGS-3307" }, { "category": "external", "summary": "OCPBUGS-3311", "url": "https://issues.redhat.com/browse/OCPBUGS-3311" }, { "category": "external", "summary": "OCPBUGS-3333", "url": "https://issues.redhat.com/browse/OCPBUGS-3333" }, { "category": "external", "summary": "OCPBUGS-3340", "url": "https://issues.redhat.com/browse/OCPBUGS-3340" }, { "category": "external", "summary": "OCPBUGS-3343", "url": "https://issues.redhat.com/browse/OCPBUGS-3343" }, { "category": "external", "summary": "OCPBUGS-3346", "url": "https://issues.redhat.com/browse/OCPBUGS-3346" }, { "category": "external", "summary": "OCPBUGS-3348", "url": "https://issues.redhat.com/browse/OCPBUGS-3348" }, { "category": "external", "summary": "OCPBUGS-3352", "url": "https://issues.redhat.com/browse/OCPBUGS-3352" }, { "category": "external", "summary": "OCPBUGS-3359", "url": "https://issues.redhat.com/browse/OCPBUGS-3359" }, { "category": "external", "summary": "OCPBUGS-3363", "url": "https://issues.redhat.com/browse/OCPBUGS-3363" }, { "category": "external", "summary": "OCPBUGS-3366", "url": "https://issues.redhat.com/browse/OCPBUGS-3366" }, { "category": "external", "summary": "OCPBUGS-3378", "url": "https://issues.redhat.com/browse/OCPBUGS-3378" }, { "category": "external", "summary": "OCPBUGS-3379", "url": "https://issues.redhat.com/browse/OCPBUGS-3379" }, { "category": "external", "summary": "OCPBUGS-3390", "url": "https://issues.redhat.com/browse/OCPBUGS-3390" }, { "category": "external", "summary": "OCPBUGS-3397", "url": "https://issues.redhat.com/browse/OCPBUGS-3397" }, { "category": "external", "summary": "OCPBUGS-3398", "url": "https://issues.redhat.com/browse/OCPBUGS-3398" }, { "category": "external", "summary": "OCPBUGS-3406", "url": "https://issues.redhat.com/browse/OCPBUGS-3406" }, { "category": "external", "summary": "OCPBUGS-3425", "url": "https://issues.redhat.com/browse/OCPBUGS-3425" }, { "category": "external", "summary": "OCPBUGS-3428", "url": "https://issues.redhat.com/browse/OCPBUGS-3428" }, { "category": "external", "summary": "OCPBUGS-3436", "url": "https://issues.redhat.com/browse/OCPBUGS-3436" }, { "category": "external", "summary": "OCPBUGS-3437", "url": "https://issues.redhat.com/browse/OCPBUGS-3437" }, { "category": "external", "summary": "OCPBUGS-3442", "url": "https://issues.redhat.com/browse/OCPBUGS-3442" }, { "category": "external", "summary": "OCPBUGS-3443", "url": "https://issues.redhat.com/browse/OCPBUGS-3443" }, { "category": "external", "summary": "OCPBUGS-3455", "url": "https://issues.redhat.com/browse/OCPBUGS-3455" }, { "category": "external", "summary": "OCPBUGS-3459", "url": "https://issues.redhat.com/browse/OCPBUGS-3459" }, { "category": "external", "summary": "OCPBUGS-346", "url": "https://issues.redhat.com/browse/OCPBUGS-346" }, { "category": "external", "summary": "OCPBUGS-3464", "url": "https://issues.redhat.com/browse/OCPBUGS-3464" }, { "category": "external", "summary": "OCPBUGS-3468", "url": "https://issues.redhat.com/browse/OCPBUGS-3468" }, { "category": "external", "summary": "OCPBUGS-3479", "url": "https://issues.redhat.com/browse/OCPBUGS-3479" }, { "category": "external", "summary": "OCPBUGS-3483", "url": "https://issues.redhat.com/browse/OCPBUGS-3483" }, { "category": "external", "summary": "OCPBUGS-3493", "url": "https://issues.redhat.com/browse/OCPBUGS-3493" }, { "category": "external", "summary": "OCPBUGS-3503", "url": "https://issues.redhat.com/browse/OCPBUGS-3503" }, { "category": "external", "summary": "OCPBUGS-3504", "url": "https://issues.redhat.com/browse/OCPBUGS-3504" }, { "category": "external", "summary": "OCPBUGS-3510", "url": "https://issues.redhat.com/browse/OCPBUGS-3510" }, { "category": "external", "summary": "OCPBUGS-3515", "url": "https://issues.redhat.com/browse/OCPBUGS-3515" }, { "category": "external", "summary": "OCPBUGS-3519", "url": "https://issues.redhat.com/browse/OCPBUGS-3519" }, { "category": "external", "summary": "OCPBUGS-3520", "url": "https://issues.redhat.com/browse/OCPBUGS-3520" }, { "category": "external", "summary": "OCPBUGS-3523", "url": "https://issues.redhat.com/browse/OCPBUGS-3523" }, { "category": "external", "summary": "OCPBUGS-3557", "url": "https://issues.redhat.com/browse/OCPBUGS-3557" }, { "category": "external", "summary": "OCPBUGS-3571", "url": "https://issues.redhat.com/browse/OCPBUGS-3571" }, { "category": "external", "summary": "OCPBUGS-3639", "url": "https://issues.redhat.com/browse/OCPBUGS-3639" }, { "category": "external", "summary": "OCPBUGS-364", "url": "https://issues.redhat.com/browse/OCPBUGS-364" }, { "category": "external", "summary": "OCPBUGS-3650", "url": "https://issues.redhat.com/browse/OCPBUGS-3650" }, { "category": "external", "summary": "OCPBUGS-3651", "url": "https://issues.redhat.com/browse/OCPBUGS-3651" }, { "category": "external", "summary": "OCPBUGS-3658", "url": "https://issues.redhat.com/browse/OCPBUGS-3658" }, { "category": "external", "summary": "OCPBUGS-3663", "url": "https://issues.redhat.com/browse/OCPBUGS-3663" }, { "category": "external", "summary": "OCPBUGS-3694", "url": "https://issues.redhat.com/browse/OCPBUGS-3694" }, { "category": "external", "summary": "OCPBUGS-3696", "url": "https://issues.redhat.com/browse/OCPBUGS-3696" }, { "category": "external", "summary": "OCPBUGS-3700", "url": "https://issues.redhat.com/browse/OCPBUGS-3700" }, { "category": "external", "summary": "OCPBUGS-3754", "url": "https://issues.redhat.com/browse/OCPBUGS-3754" }, { "category": "external", "summary": "OCPBUGS-3763", "url": "https://issues.redhat.com/browse/OCPBUGS-3763" }, { "category": "external", "summary": "OCPBUGS-3770", "url": "https://issues.redhat.com/browse/OCPBUGS-3770" }, { "category": "external", "summary": "OCPBUGS-3772", "url": "https://issues.redhat.com/browse/OCPBUGS-3772" }, { "category": "external", "summary": "OCPBUGS-3774", "url": "https://issues.redhat.com/browse/OCPBUGS-3774" }, { "category": "external", "summary": "OCPBUGS-3780", "url": "https://issues.redhat.com/browse/OCPBUGS-3780" }, { "category": "external", "summary": "OCPBUGS-3786", "url": "https://issues.redhat.com/browse/OCPBUGS-3786" }, { "category": "external", "summary": "OCPBUGS-3798", "url": "https://issues.redhat.com/browse/OCPBUGS-3798" }, { "category": "external", "summary": "OCPBUGS-3811", "url": "https://issues.redhat.com/browse/OCPBUGS-3811" }, { "category": "external", "summary": "OCPBUGS-3824", "url": "https://issues.redhat.com/browse/OCPBUGS-3824" }, { "category": "external", "summary": "OCPBUGS-3837", "url": "https://issues.redhat.com/browse/OCPBUGS-3837" }, { "category": "external", "summary": "OCPBUGS-384", "url": "https://issues.redhat.com/browse/OCPBUGS-384" }, { "category": "external", "summary": "OCPBUGS-3841", "url": "https://issues.redhat.com/browse/OCPBUGS-3841" }, { "category": "external", "summary": "OCPBUGS-3851", "url": "https://issues.redhat.com/browse/OCPBUGS-3851" }, { "category": "external", "summary": "OCPBUGS-3871", "url": "https://issues.redhat.com/browse/OCPBUGS-3871" }, { "category": "external", "summary": "OCPBUGS-3874", "url": "https://issues.redhat.com/browse/OCPBUGS-3874" }, { "category": "external", "summary": "OCPBUGS-3875", "url": "https://issues.redhat.com/browse/OCPBUGS-3875" }, { "category": "external", "summary": "OCPBUGS-3878", "url": "https://issues.redhat.com/browse/OCPBUGS-3878" }, { "category": "external", "summary": "OCPBUGS-3881", "url": "https://issues.redhat.com/browse/OCPBUGS-3881" }, { "category": "external", "summary": "OCPBUGS-3884", "url": "https://issues.redhat.com/browse/OCPBUGS-3884" }, { "category": "external", "summary": "OCPBUGS-3889", "url": "https://issues.redhat.com/browse/OCPBUGS-3889" }, { "category": "external", "summary": "OCPBUGS-3890", "url": "https://issues.redhat.com/browse/OCPBUGS-3890" }, { "category": "external", "summary": "OCPBUGS-3899", "url": "https://issues.redhat.com/browse/OCPBUGS-3899" }, { "category": "external", "summary": "OCPBUGS-392", "url": "https://issues.redhat.com/browse/OCPBUGS-392" }, { "category": "external", "summary": "OCPBUGS-3927", "url": "https://issues.redhat.com/browse/OCPBUGS-3927" }, { "category": "external", "summary": "OCPBUGS-3930", "url": "https://issues.redhat.com/browse/OCPBUGS-3930" }, { "category": "external", "summary": "OCPBUGS-3944", "url": "https://issues.redhat.com/browse/OCPBUGS-3944" }, { "category": "external", "summary": "OCPBUGS-3956", "url": "https://issues.redhat.com/browse/OCPBUGS-3956" }, { "category": "external", "summary": "OCPBUGS-3958", "url": "https://issues.redhat.com/browse/OCPBUGS-3958" }, { "category": "external", "summary": "OCPBUGS-3966", "url": "https://issues.redhat.com/browse/OCPBUGS-3966" }, { "category": "external", "summary": "OCPBUGS-4001", "url": "https://issues.redhat.com/browse/OCPBUGS-4001" }, { "category": "external", "summary": "OCPBUGS-4004", "url": "https://issues.redhat.com/browse/OCPBUGS-4004" }, { "category": "external", "summary": "OCPBUGS-4013", "url": "https://issues.redhat.com/browse/OCPBUGS-4013" }, { "category": "external", "summary": "OCPBUGS-4035", "url": "https://issues.redhat.com/browse/OCPBUGS-4035" }, { "category": "external", "summary": "OCPBUGS-4040", "url": "https://issues.redhat.com/browse/OCPBUGS-4040" }, { "category": "external", "summary": "OCPBUGS-4043", "url": "https://issues.redhat.com/browse/OCPBUGS-4043" }, { "category": "external", "summary": "OCPBUGS-4048", "url": "https://issues.redhat.com/browse/OCPBUGS-4048" }, { "category": "external", "summary": "OCPBUGS-4063", "url": "https://issues.redhat.com/browse/OCPBUGS-4063" }, { "category": "external", "summary": "OCPBUGS-4064", "url": "https://issues.redhat.com/browse/OCPBUGS-4064" }, { "category": "external", "summary": "OCPBUGS-4068", "url": "https://issues.redhat.com/browse/OCPBUGS-4068" }, { "category": "external", "summary": "OCPBUGS-407", "url": "https://issues.redhat.com/browse/OCPBUGS-407" }, { "category": "external", "summary": "OCPBUGS-4083", "url": "https://issues.redhat.com/browse/OCPBUGS-4083" }, { "category": "external", "summary": "OCPBUGS-4097", "url": "https://issues.redhat.com/browse/OCPBUGS-4097" }, { "category": "external", "summary": "OCPBUGS-4098", "url": "https://issues.redhat.com/browse/OCPBUGS-4098" }, { "category": "external", "summary": "OCPBUGS-4112", "url": "https://issues.redhat.com/browse/OCPBUGS-4112" }, { "category": "external", "summary": "OCPBUGS-4116", "url": "https://issues.redhat.com/browse/OCPBUGS-4116" }, { "category": "external", "summary": "OCPBUGS-4117", "url": "https://issues.redhat.com/browse/OCPBUGS-4117" }, { "category": "external", "summary": "OCPBUGS-4118", "url": "https://issues.redhat.com/browse/OCPBUGS-4118" }, { "category": "external", "summary": "OCPBUGS-4121", "url": "https://issues.redhat.com/browse/OCPBUGS-4121" }, { "category": "external", "summary": "OCPBUGS-416", "url": "https://issues.redhat.com/browse/OCPBUGS-416" }, { "category": "external", "summary": "OCPBUGS-418", "url": "https://issues.redhat.com/browse/OCPBUGS-418" }, { "category": "external", "summary": "OCPBUGS-4183", "url": "https://issues.redhat.com/browse/OCPBUGS-4183" }, { "category": "external", "summary": "OCPBUGS-4189", "url": "https://issues.redhat.com/browse/OCPBUGS-4189" }, { "category": "external", "summary": "OCPBUGS-4193", "url": "https://issues.redhat.com/browse/OCPBUGS-4193" }, { "category": "external", "summary": "OCPBUGS-4195", "url": "https://issues.redhat.com/browse/OCPBUGS-4195" }, { "category": "external", "summary": "OCPBUGS-4199", "url": "https://issues.redhat.com/browse/OCPBUGS-4199" }, { "category": "external", "summary": "OCPBUGS-421", "url": "https://issues.redhat.com/browse/OCPBUGS-421" }, { "category": "external", "summary": "OCPBUGS-4218", "url": "https://issues.redhat.com/browse/OCPBUGS-4218" }, { "category": "external", "summary": "OCPBUGS-4223", "url": "https://issues.redhat.com/browse/OCPBUGS-4223" }, { "category": "external", "summary": "OCPBUGS-4230", "url": "https://issues.redhat.com/browse/OCPBUGS-4230" }, { "category": "external", "summary": "OCPBUGS-4234", "url": "https://issues.redhat.com/browse/OCPBUGS-4234" }, { "category": "external", "summary": "OCPBUGS-4235", "url": "https://issues.redhat.com/browse/OCPBUGS-4235" }, { "category": "external", "summary": "OCPBUGS-4250", "url": "https://issues.redhat.com/browse/OCPBUGS-4250" }, { "category": "external", "summary": "OCPBUGS-4251", "url": "https://issues.redhat.com/browse/OCPBUGS-4251" }, { "category": "external", "summary": "OCPBUGS-426", "url": "https://issues.redhat.com/browse/OCPBUGS-426" }, { "category": "external", "summary": "OCPBUGS-428", "url": "https://issues.redhat.com/browse/OCPBUGS-428" }, { "category": "external", "summary": "OCPBUGS-4286", "url": "https://issues.redhat.com/browse/OCPBUGS-4286" }, { "category": "external", "summary": "OCPBUGS-4292", "url": "https://issues.redhat.com/browse/OCPBUGS-4292" }, { "category": "external", "summary": "OCPBUGS-4299", "url": "https://issues.redhat.com/browse/OCPBUGS-4299" }, { "category": "external", "summary": "OCPBUGS-4303", "url": "https://issues.redhat.com/browse/OCPBUGS-4303" }, { "category": "external", "summary": "OCPBUGS-4308", "url": "https://issues.redhat.com/browse/OCPBUGS-4308" }, { "category": "external", "summary": "OCPBUGS-431", "url": "https://issues.redhat.com/browse/OCPBUGS-431" }, { "category": "external", "summary": "OCPBUGS-4311", "url": "https://issues.redhat.com/browse/OCPBUGS-4311" }, { "category": "external", "summary": "OCPBUGS-4339", "url": "https://issues.redhat.com/browse/OCPBUGS-4339" }, { "category": "external", "summary": "OCPBUGS-4342", "url": "https://issues.redhat.com/browse/OCPBUGS-4342" }, { "category": "external", "summary": "OCPBUGS-435", "url": "https://issues.redhat.com/browse/OCPBUGS-435" }, { "category": "external", "summary": "OCPBUGS-4356", "url": "https://issues.redhat.com/browse/OCPBUGS-4356" }, { "category": "external", "summary": "OCPBUGS-4361", "url": "https://issues.redhat.com/browse/OCPBUGS-4361" }, { "category": "external", "summary": "OCPBUGS-4362", "url": "https://issues.redhat.com/browse/OCPBUGS-4362" }, { "category": "external", "summary": "OCPBUGS-4365", "url": "https://issues.redhat.com/browse/OCPBUGS-4365" }, { "category": "external", "summary": "OCPBUGS-4366", "url": "https://issues.redhat.com/browse/OCPBUGS-4366" }, { "category": "external", "summary": "OCPBUGS-4369", "url": "https://issues.redhat.com/browse/OCPBUGS-4369" }, { "category": "external", "summary": "OCPBUGS-4379", "url": "https://issues.redhat.com/browse/OCPBUGS-4379" }, { "category": "external", "summary": "OCPBUGS-4383", "url": "https://issues.redhat.com/browse/OCPBUGS-4383" }, { "category": "external", "summary": "OCPBUGS-439", "url": "https://issues.redhat.com/browse/OCPBUGS-439" }, { "category": "external", "summary": "OCPBUGS-4397", "url": "https://issues.redhat.com/browse/OCPBUGS-4397" }, { "category": "external", "summary": "OCPBUGS-4399", "url": "https://issues.redhat.com/browse/OCPBUGS-4399" }, { "category": "external", "summary": "OCPBUGS-4407", "url": "https://issues.redhat.com/browse/OCPBUGS-4407" }, { "category": "external", "summary": "OCPBUGS-4414", "url": "https://issues.redhat.com/browse/OCPBUGS-4414" }, { "category": "external", "summary": "OCPBUGS-4421", "url": "https://issues.redhat.com/browse/OCPBUGS-4421" }, { "category": "external", "summary": "OCPBUGS-4422", "url": "https://issues.redhat.com/browse/OCPBUGS-4422" }, { "category": "external", "summary": "OCPBUGS-4431", "url": "https://issues.redhat.com/browse/OCPBUGS-4431" }, { "category": "external", "summary": "OCPBUGS-4453", "url": "https://issues.redhat.com/browse/OCPBUGS-4453" }, { "category": "external", "summary": "OCPBUGS-4458", "url": "https://issues.redhat.com/browse/OCPBUGS-4458" }, { "category": "external", "summary": "OCPBUGS-4478", "url": "https://issues.redhat.com/browse/OCPBUGS-4478" }, { "category": "external", "summary": "OCPBUGS-4479", "url": "https://issues.redhat.com/browse/OCPBUGS-4479" }, { "category": "external", "summary": "OCPBUGS-4484", "url": "https://issues.redhat.com/browse/OCPBUGS-4484" }, { "category": "external", "summary": "OCPBUGS-4488", "url": "https://issues.redhat.com/browse/OCPBUGS-4488" }, { "category": "external", "summary": "OCPBUGS-4489", "url": "https://issues.redhat.com/browse/OCPBUGS-4489" }, { "category": "external", "summary": "OCPBUGS-4499", "url": "https://issues.redhat.com/browse/OCPBUGS-4499" }, { "category": "external", "summary": "OCPBUGS-4503", "url": "https://issues.redhat.com/browse/OCPBUGS-4503" }, { "category": "external", "summary": "OCPBUGS-4504", "url": "https://issues.redhat.com/browse/OCPBUGS-4504" }, { "category": "external", "summary": "OCPBUGS-4505", "url": "https://issues.redhat.com/browse/OCPBUGS-4505" }, { "category": "external", "summary": "OCPBUGS-451", "url": "https://issues.redhat.com/browse/OCPBUGS-451" }, { "category": "external", "summary": "OCPBUGS-4526", "url": "https://issues.redhat.com/browse/OCPBUGS-4526" }, { "category": "external", "summary": "OCPBUGS-4527", "url": "https://issues.redhat.com/browse/OCPBUGS-4527" }, { "category": "external", "summary": "OCPBUGS-4533", "url": "https://issues.redhat.com/browse/OCPBUGS-4533" }, { "category": "external", "summary": "OCPBUGS-454", "url": "https://issues.redhat.com/browse/OCPBUGS-454" }, { "category": "external", "summary": "OCPBUGS-4544", "url": "https://issues.redhat.com/browse/OCPBUGS-4544" }, { "category": "external", "summary": "OCPBUGS-4547", "url": "https://issues.redhat.com/browse/OCPBUGS-4547" }, { "category": "external", "summary": "OCPBUGS-4554", "url": "https://issues.redhat.com/browse/OCPBUGS-4554" }, { "category": "external", "summary": "OCPBUGS-456", "url": "https://issues.redhat.com/browse/OCPBUGS-456" }, { "category": "external", "summary": "OCPBUGS-4599", "url": "https://issues.redhat.com/browse/OCPBUGS-4599" }, { "category": "external", "summary": "OCPBUGS-4601", "url": "https://issues.redhat.com/browse/OCPBUGS-4601" }, { "category": "external", "summary": "OCPBUGS-4627", "url": "https://issues.redhat.com/browse/OCPBUGS-4627" }, { "category": "external", "summary": "OCPBUGS-4637", "url": "https://issues.redhat.com/browse/OCPBUGS-4637" }, { "category": "external", "summary": "OCPBUGS-4649", "url": "https://issues.redhat.com/browse/OCPBUGS-4649" }, { "category": "external", "summary": "OCPBUGS-4653", "url": "https://issues.redhat.com/browse/OCPBUGS-4653" }, { "category": "external", "summary": "OCPBUGS-4660", "url": "https://issues.redhat.com/browse/OCPBUGS-4660" }, { "category": "external", "summary": "OCPBUGS-4667", "url": "https://issues.redhat.com/browse/OCPBUGS-4667" }, { "category": "external", "summary": "OCPBUGS-4681", "url": "https://issues.redhat.com/browse/OCPBUGS-4681" }, { "category": "external", "summary": "OCPBUGS-4686", "url": "https://issues.redhat.com/browse/OCPBUGS-4686" }, { "category": "external", "summary": "OCPBUGS-469", "url": "https://issues.redhat.com/browse/OCPBUGS-469" }, { "category": "external", "summary": "OCPBUGS-4696", "url": "https://issues.redhat.com/browse/OCPBUGS-4696" }, { "category": "external", "summary": "OCPBUGS-4698", "url": "https://issues.redhat.com/browse/OCPBUGS-4698" }, { "category": "external", "summary": "OCPBUGS-4721", "url": "https://issues.redhat.com/browse/OCPBUGS-4721" }, { "category": "external", "summary": "OCPBUGS-4760", "url": "https://issues.redhat.com/browse/OCPBUGS-4760" }, { "category": "external", "summary": "OCPBUGS-4763", "url": "https://issues.redhat.com/browse/OCPBUGS-4763" }, { "category": "external", "summary": "OCPBUGS-4766", "url": "https://issues.redhat.com/browse/OCPBUGS-4766" }, { "category": "external", "summary": "OCPBUGS-4779", "url": "https://issues.redhat.com/browse/OCPBUGS-4779" }, { "category": "external", "summary": "OCPBUGS-478", "url": "https://issues.redhat.com/browse/OCPBUGS-478" }, { "category": "external", "summary": "OCPBUGS-4783", "url": "https://issues.redhat.com/browse/OCPBUGS-4783" }, { "category": "external", "summary": "OCPBUGS-4784", "url": "https://issues.redhat.com/browse/OCPBUGS-4784" }, { "category": "external", "summary": "OCPBUGS-4789", "url": "https://issues.redhat.com/browse/OCPBUGS-4789" }, { "category": "external", "summary": "OCPBUGS-4796", "url": "https://issues.redhat.com/browse/OCPBUGS-4796" }, { "category": "external", "summary": "OCPBUGS-4803", "url": "https://issues.redhat.com/browse/OCPBUGS-4803" }, { "category": "external", "summary": "OCPBUGS-4805", "url": "https://issues.redhat.com/browse/OCPBUGS-4805" }, { "category": "external", "summary": "OCPBUGS-4808", "url": "https://issues.redhat.com/browse/OCPBUGS-4808" }, { "category": "external", "summary": "OCPBUGS-4837", "url": "https://issues.redhat.com/browse/OCPBUGS-4837" }, { "category": "external", "summary": "OCPBUGS-4840", "url": "https://issues.redhat.com/browse/OCPBUGS-4840" }, { "category": "external", "summary": "OCPBUGS-4847", "url": "https://issues.redhat.com/browse/OCPBUGS-4847" }, { "category": "external", "summary": "OCPBUGS-4869", "url": "https://issues.redhat.com/browse/OCPBUGS-4869" }, { "category": "external", "summary": "OCPBUGS-4884", "url": "https://issues.redhat.com/browse/OCPBUGS-4884" }, { "category": "external", "summary": "OCPBUGS-4897", "url": "https://issues.redhat.com/browse/OCPBUGS-4897" }, { "category": "external", "summary": "OCPBUGS-4911", "url": "https://issues.redhat.com/browse/OCPBUGS-4911" }, { "category": "external", "summary": "OCPBUGS-4943", "url": "https://issues.redhat.com/browse/OCPBUGS-4943" }, { "category": "external", "summary": "OCPBUGS-4951", "url": "https://issues.redhat.com/browse/OCPBUGS-4951" }, { "category": "external", "summary": "OCPBUGS-4962", "url": "https://issues.redhat.com/browse/OCPBUGS-4962" }, { "category": "external", "summary": "OCPBUGS-498", "url": "https://issues.redhat.com/browse/OCPBUGS-498" }, { "category": "external", "summary": "OCPBUGS-499", "url": "https://issues.redhat.com/browse/OCPBUGS-499" }, { "category": "external", "summary": "OCPBUGS-5019", "url": "https://issues.redhat.com/browse/OCPBUGS-5019" }, { "category": "external", "summary": "OCPBUGS-505", "url": "https://issues.redhat.com/browse/OCPBUGS-505" }, { "category": "external", "summary": "OCPBUGS-5067", "url": "https://issues.redhat.com/browse/OCPBUGS-5067" }, { "category": "external", "summary": "OCPBUGS-5072", "url": "https://issues.redhat.com/browse/OCPBUGS-5072" }, { "category": "external", "summary": "OCPBUGS-5100", "url": "https://issues.redhat.com/browse/OCPBUGS-5100" }, { "category": "external", "summary": "OCPBUGS-514", "url": "https://issues.redhat.com/browse/OCPBUGS-514" }, { "category": "external", "summary": "OCPBUGS-5143", "url": "https://issues.redhat.com/browse/OCPBUGS-5143" }, { "category": "external", "summary": "OCPBUGS-5156", "url": "https://issues.redhat.com/browse/OCPBUGS-5156" }, { "category": "external", "summary": "OCPBUGS-5185", "url": "https://issues.redhat.com/browse/OCPBUGS-5185" }, { "category": "external", "summary": "OCPBUGS-519", "url": "https://issues.redhat.com/browse/OCPBUGS-519" }, { "category": "external", "summary": "OCPBUGS-5190", "url": "https://issues.redhat.com/browse/OCPBUGS-5190" }, { "category": "external", "summary": "OCPBUGS-5191", "url": "https://issues.redhat.com/browse/OCPBUGS-5191" }, { "category": "external", "summary": "OCPBUGS-523", "url": "https://issues.redhat.com/browse/OCPBUGS-523" }, { "category": "external", "summary": "OCPBUGS-525", "url": "https://issues.redhat.com/browse/OCPBUGS-525" }, { "category": "external", "summary": "OCPBUGS-5253", "url": "https://issues.redhat.com/browse/OCPBUGS-5253" }, { "category": "external", "summary": "OCPBUGS-527", "url": "https://issues.redhat.com/browse/OCPBUGS-527" }, { "category": "external", "summary": "OCPBUGS-5289", "url": "https://issues.redhat.com/browse/OCPBUGS-5289" }, { "category": "external", "summary": "OCPBUGS-533", "url": "https://issues.redhat.com/browse/OCPBUGS-533" }, { "category": "external", "summary": "OCPBUGS-5384", "url": "https://issues.redhat.com/browse/OCPBUGS-5384" }, { "category": "external", "summary": "OCPBUGS-5387", "url": "https://issues.redhat.com/browse/OCPBUGS-5387" }, { "category": "external", "summary": "OCPBUGS-540", "url": "https://issues.redhat.com/browse/OCPBUGS-540" }, { "category": "external", "summary": "OCPBUGS-5417", "url": "https://issues.redhat.com/browse/OCPBUGS-5417" }, { "category": "external", "summary": "OCPBUGS-5442", "url": "https://issues.redhat.com/browse/OCPBUGS-5442" }, { "category": "external", "summary": "OCPBUGS-5444", "url": "https://issues.redhat.com/browse/OCPBUGS-5444" }, { "category": "external", "summary": "OCPBUGS-5455", "url": "https://issues.redhat.com/browse/OCPBUGS-5455" }, { "category": "external", "summary": "OCPBUGS-5474", "url": "https://issues.redhat.com/browse/OCPBUGS-5474" }, { "category": "external", "summary": "OCPBUGS-548", "url": "https://issues.redhat.com/browse/OCPBUGS-548" }, { "category": "external", "summary": "OCPBUGS-561", "url": "https://issues.redhat.com/browse/OCPBUGS-561" }, { "category": "external", "summary": "OCPBUGS-569", "url": "https://issues.redhat.com/browse/OCPBUGS-569" }, { "category": "external", "summary": "OCPBUGS-575", "url": "https://issues.redhat.com/browse/OCPBUGS-575" }, { "category": "external", "summary": "OCPBUGS-576", "url": "https://issues.redhat.com/browse/OCPBUGS-576" }, { "category": "external", "summary": "OCPBUGS-585", "url": "https://issues.redhat.com/browse/OCPBUGS-585" }, { "category": "external", "summary": "OCPBUGS-595", "url": "https://issues.redhat.com/browse/OCPBUGS-595" }, { "category": "external", "summary": "OCPBUGS-613", "url": "https://issues.redhat.com/browse/OCPBUGS-613" }, { "category": "external", "summary": "OCPBUGS-617", "url": "https://issues.redhat.com/browse/OCPBUGS-617" }, { "category": "external", "summary": "OCPBUGS-643", "url": "https://issues.redhat.com/browse/OCPBUGS-643" }, { "category": "external", "summary": "OCPBUGS-650", "url": "https://issues.redhat.com/browse/OCPBUGS-650" }, { "category": "external", "summary": "OCPBUGS-651", "url": "https://issues.redhat.com/browse/OCPBUGS-651" }, { "category": "external", "summary": "OCPBUGS-670", "url": "https://issues.redhat.com/browse/OCPBUGS-670" }, { "category": "external", "summary": "OCPBUGS-675", "url": "https://issues.redhat.com/browse/OCPBUGS-675" }, { "category": "external", "summary": "OCPBUGS-69", "url": "https://issues.redhat.com/browse/OCPBUGS-69" }, { "category": "external", "summary": "OCPBUGS-690", "url": "https://issues.redhat.com/browse/OCPBUGS-690" }, { "category": "external", "summary": "OCPBUGS-705", "url": "https://issues.redhat.com/browse/OCPBUGS-705" }, { "category": "external", "summary": "OCPBUGS-706", "url": "https://issues.redhat.com/browse/OCPBUGS-706" }, { "category": "external", "summary": "OCPBUGS-716", "url": "https://issues.redhat.com/browse/OCPBUGS-716" }, { "category": "external", "summary": "OCPBUGS-717", "url": "https://issues.redhat.com/browse/OCPBUGS-717" }, { "category": "external", "summary": "OCPBUGS-718", "url": "https://issues.redhat.com/browse/OCPBUGS-718" }, { "category": "external", "summary": "OCPBUGS-722", "url": "https://issues.redhat.com/browse/OCPBUGS-722" }, { "category": "external", "summary": "OCPBUGS-729", "url": "https://issues.redhat.com/browse/OCPBUGS-729" }, { "category": "external", "summary": "OCPBUGS-745", "url": "https://issues.redhat.com/browse/OCPBUGS-745" }, { "category": "external", "summary": "OCPBUGS-753", "url": "https://issues.redhat.com/browse/OCPBUGS-753" }, { "category": "external", "summary": "OCPBUGS-766", "url": "https://issues.redhat.com/browse/OCPBUGS-766" }, { "category": "external", "summary": "OCPBUGS-78", "url": "https://issues.redhat.com/browse/OCPBUGS-78" }, { "category": "external", "summary": "OCPBUGS-785", "url": "https://issues.redhat.com/browse/OCPBUGS-785" }, { "category": "external", "summary": "OCPBUGS-800", "url": "https://issues.redhat.com/browse/OCPBUGS-800" }, { "category": "external", "summary": "OCPBUGS-819", "url": "https://issues.redhat.com/browse/OCPBUGS-819" }, { "category": "external", "summary": "OCPBUGS-825", "url": "https://issues.redhat.com/browse/OCPBUGS-825" }, { "category": "external", "summary": "OCPBUGS-850", "url": "https://issues.redhat.com/browse/OCPBUGS-850" }, { "category": "external", "summary": "OCPBUGS-852", "url": "https://issues.redhat.com/browse/OCPBUGS-852" }, { "category": "external", "summary": "OCPBUGS-853", "url": "https://issues.redhat.com/browse/OCPBUGS-853" }, { "category": "external", "summary": "OCPBUGS-858", "url": "https://issues.redhat.com/browse/OCPBUGS-858" }, { "category": "external", "summary": "OCPBUGS-861", "url": "https://issues.redhat.com/browse/OCPBUGS-861" }, { "category": "external", "summary": "OCPBUGS-864", "url": "https://issues.redhat.com/browse/OCPBUGS-864" }, { "category": "external", "summary": "OCPBUGS-867", "url": "https://issues.redhat.com/browse/OCPBUGS-867" }, { "category": "external", "summary": "OCPBUGS-869", "url": "https://issues.redhat.com/browse/OCPBUGS-869" }, { "category": "external", "summary": "OCPBUGS-872", "url": "https://issues.redhat.com/browse/OCPBUGS-872" }, { "category": "external", "summary": "OCPBUGS-884", "url": "https://issues.redhat.com/browse/OCPBUGS-884" }, { "category": "external", "summary": "OCPBUGS-889", "url": "https://issues.redhat.com/browse/OCPBUGS-889" }, { "category": "external", "summary": "OCPBUGS-917", "url": "https://issues.redhat.com/browse/OCPBUGS-917" }, { "category": "external", "summary": "OCPBUGS-926", "url": "https://issues.redhat.com/browse/OCPBUGS-926" }, { "category": "external", "summary": "OCPBUGS-927", "url": "https://issues.redhat.com/browse/OCPBUGS-927" }, { "category": "external", "summary": "OCPBUGS-929", "url": "https://issues.redhat.com/browse/OCPBUGS-929" }, { "category": "external", "summary": "OCPBUGS-939", "url": "https://issues.redhat.com/browse/OCPBUGS-939" }, { "category": "external", "summary": "OCPBUGS-943", "url": "https://issues.redhat.com/browse/OCPBUGS-943" }, { "category": "external", "summary": "OCPBUGS-944", "url": "https://issues.redhat.com/browse/OCPBUGS-944" }, { "category": "external", "summary": "OCPBUGS-946", "url": "https://issues.redhat.com/browse/OCPBUGS-946" }, { "category": "external", "summary": "OCPBUGS-954", "url": "https://issues.redhat.com/browse/OCPBUGS-954" }, { "category": "external", "summary": "OCPBUGS-959", "url": "https://issues.redhat.com/browse/OCPBUGS-959" }, { "category": "external", "summary": "OCPBUGS-963", "url": "https://issues.redhat.com/browse/OCPBUGS-963" }, { "category": "external", "summary": "OCPBUGS-967", "url": "https://issues.redhat.com/browse/OCPBUGS-967" }, { "category": "external", "summary": "OCPBUGS-977", "url": "https://issues.redhat.com/browse/OCPBUGS-977" }, { "category": "external", "summary": "OCPBUGS-978", "url": "https://issues.redhat.com/browse/OCPBUGS-978" }, { "category": "external", "summary": "OCPBUGS-985", "url": "https://issues.redhat.com/browse/OCPBUGS-985" }, { "category": "external", "summary": "OCPBUGS-987", "url": "https://issues.redhat.com/browse/OCPBUGS-987" }, { "category": "external", "summary": "OCPBUGS-990", "url": "https://issues.redhat.com/browse/OCPBUGS-990" }, { "category": "external", "summary": "OCPBUGS-999", "url": "https://issues.redhat.com/browse/OCPBUGS-999" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2022_7399.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.0 bug fix and security update", "tracking": { "current_release_date": "2024-11-06T01:55:44+00:00", "generator": { "date": "2024-11-06T01:55:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:7399", "initial_release_date": "2023-01-17T19:36:40+00:00", "revision_history": [ { "date": "2023-01-17T19:36:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-17T19:36:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:55:44+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.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.12.0-202301042354.p0.g6ab8e62.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g63dcaf1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gf24e5ab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.12.0-202301050335.p0.gee31d1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "product_id": "openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.12.0-202301042354.p0.g9eafe23.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.12.0-202301042354.p0.g2488b98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "product_id": "openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.12.0-202301042354.p0.gf1dc3b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "product": { "name": "openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "product_id": "openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.12.0-202301042354.p0.ge4d9170.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "product": { "name": "openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "product_id": "openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.12.0-202301042354.p0.g9aaa7e0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "product_id": "openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g6cad875.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.12.0-202301042354.p0.gb7393fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "product_id": "openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.12.0-202301051545.p0.ge31abf2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "product": { "name": "openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "product_id": "openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.12.0-202301042354.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.12.0-202301042354.p0.g86b1835.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.12.0-202301042354.p0.gaf2f49c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "product": { "name": "openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "product_id": "openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.12.0-202301042354.p0.gc749fdb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "product": { "name": "openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "product_id": "openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "product_id": "openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.12.0-202301042354.p0.g9a1bf9b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g92b9be2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.12.0-202212072056.p0.g92b9be2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "product": { "name": "openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "product_id": "openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.12.0-202301081355.p0.g4e3eca6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "product": { "name": "openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "product_id": "openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.12.0-202301042354.p0.gb34bd0f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.12.0-202301042354.p0.ga803bf4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "product": { "name": "openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "product_id": "openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.12.0-202301062016.p0.ge76828e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "product": { "name": "openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "product_id": "openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "product": { "name": "openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "product_id": "openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.12.0-202301062016.p0.gb237c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "product": { "name": "openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "product_id": "openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.12.0-202301042354.p0.ga34f2e4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "product": { "name": "openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "product_id": "openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "product": { "name": "openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "product_id": "openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.12.0-202301042354.p0.g3065f65.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "product": { "name": "openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "product_id": "openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.12.0-202212061458.p0.g7e8a010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "product": { "name": "openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "product_id": "openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "product": { "name": "openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "product_id": "openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.12.0-202301042354.p0.gfab1920.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "product": { "name": "openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "product_id": "openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.12.0-202301050335.p0.g5e41b22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.12.0-202301042354.p0.g4c711c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "product": { "name": "openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "product_id": "openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.12.0-202301042354.p0.g40936e7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.12.0-202301062016.p0.g271a6f4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.12.0-202301042354.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.ga5af4fc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.12.0-202301042354.p0.g4d2e37f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "product_id": "openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "product_id": "openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.12.0-202301042354.p0.g3eb4889.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.ge613bcb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.12.0-202301042354.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.12.0-202301042354.p0.gbb76484.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.12.0-202301042354.p0.g8b23225.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g047391f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "product_id": "openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.12.0-202301042354.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g83768c8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "product_id": "openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.12.0-202301042354.p0.g4c6e171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.12.0-202301051605.p0.g5f0e975.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g05d89ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "product_id": "openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.12.0-202301042354.p0.g1c136fe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.12.0-202301042354.p0.gc0e5dec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.12.0-202301042354.p0.g992b43b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.12.0-202301052135.p0.g336ffd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g7bb0546.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.g9243e02.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.12.0-202301042354.p0.ge0b6bf9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "product_id": "openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.12.0-202301042354.p0.g6008198.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.12.0-202301042354.p0.g4c5b488.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.gd1915d1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gfeb14fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gd40fae8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.gc7a6334.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "product_id": "openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.12.0-202301042354.p0.g212a455.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "product_id": "openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.12.0-202301042354.p0.g220a777.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "product_id": "openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.12.0-202212061458.p0.g2796e17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.12.0-202301042354.p0.g6d23772.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g3201431.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "product_id": "openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga92e415.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "product": { "name": "openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "product_id": "openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.12.0-202212121125.p0.g89a451c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g8d208a7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.geea0586.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g223d846.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g020aeb6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "product_id": "openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.12.0-202301070015.p0.ge887436.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.gc1304c8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.12.0-202301051405.p0.gcd1142e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "product_id": "openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.12.0-202301090745.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "product": { "name": "openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "product_id": "openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.ga19615c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gf407c8a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.12.0-202301042354.p0.ga2882f7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "product": { "name": "openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "product_id": "openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.12.0-202301051925.p0.g4c2a08b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.12.0-202301042354.p0.gada83dc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.12.0-202301042354.p0.g5f1ea9f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "product": { "name": "openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "product_id": "openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.12.0-202301070015.p0.g2b3eba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.12.0-202301090455.p0.g566bf59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "product_id": "openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.12.0-202301042354.p0.gd9b6b11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.12.0-202301042354.p0.g421718a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g057715e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "product": { "name": "openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "product_id": "openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.12.0-202301042354.p0.g5fd2176.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga88d72f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.12.0-202301042354.p0.g2dfa218.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "product": { "name": "openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "product_id": "openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.12.0-202301060125.p0.gc76613c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "product_id": "openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g94026d8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.12.0-202301042354.p0.g1b52bfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g30c5f26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gb6528f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g308a62d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g8bd9c35.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g645b6d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g47cdccb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g06ea8d0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g6125f1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g727fe0f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.12.0-202301042354.p0.g987e5da.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g9e74d17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "product": { "name": "openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "product_id": "openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.12.0-202301042354.p0.g299b709.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "product_id": "openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.12.0-202301051105.p0.g306214e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "product": { "name": "openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "product_id": "openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8\u0026tag=v4.12.0-202301060125.p0.g56eba9e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "product_id": "openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "product_id": "openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.12.0-202301042354.p0.gb190788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "product": { "name": "openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "product_id": "openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.12.0-202301042354.p0.g4d30401.assembly.stream" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.12.0-202301042354.p0.g6ab8e62.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g63dcaf1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gf24e5ab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.12.0-202301050335.p0.gee31d1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "product_id": "openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.12.0-202301042354.p0.g9eafe23.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.12.0-202301042354.p0.g2488b98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.12.0-202301042354.p0.gf1dc3b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "product_id": "openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.12.0-202301042354.p0.ge4d9170.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "product": { "name": "openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "product_id": "openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.12.0-202301042354.p0.g9aaa7e0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "product_id": "openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g6cad875.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.12.0-202301042354.p0.gb7393fa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "product_id": "openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.12.0-202301051545.p0.ge31abf2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "product_id": "openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.12.0-202301042354.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.12.0-202301042354.p0.g86b1835.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.12.0-202301042354.p0.gaf2f49c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "product": { "name": "openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "product_id": "openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.12.0-202301042354.p0.gc749fdb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "product": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.12.0-202301042354.p0.g737d00c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "product": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "product_id": "openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.12.0-202212211226.p0.gfb675ba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "product_id": "openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.12.0-202212230615.p0.g27695b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.12.0-202301042354.p0.ga580a44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.12.0-202212131615.p0.g0c7fbba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "product": { "name": "openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "product_id": "openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "product_id": "openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.12.0-202301042354.p0.g9a1bf9b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g92b9be2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.12.0-202212072056.p0.g92b9be2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "product_id": "openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.12.0-202301081355.p0.g4e3eca6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "product_id": "openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.12.0-202301042354.p0.gb34bd0f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.12.0-202301042354.p0.ga803bf4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "product": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "product_identification_helper": { "purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.12.0-202301050725.p0.gdb7bea2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "product_id": "openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.12.0-202301062016.p0.ge76828e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "product": { "name": "openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "product_id": "openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "product": { "name": "openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "product_id": "openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.12.0-202301062016.p0.gb237c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "product": { "name": "openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "product_id": "openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.12.0-202301042354.p0.ga34f2e4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "product": { "name": "openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "product_id": "openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.12.0-202301042354.p0.g3065f65.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "product": { "name": "openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "product_id": "openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.12.0-202212061458.p0.g7e8a010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "product": { "name": "openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "product_id": "openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "product": { "name": "openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "product_id": "openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.12.0-202301042354.p0.gfab1920.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "product": { "name": "openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "product_id": "openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.12.0-202301050335.p0.g5e41b22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.12.0-202301042354.p0.g4c711c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "product_id": "openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.12.0-202301042354.p0.g40936e7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.12.0-202301062016.p0.g271a6f4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g1959de0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "product": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.12.0-202301042354.p0.g2317a6c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "product": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.12.0-202301042354.p0.ge324a71.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "product": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.gb9287c0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.12.0-202301042354.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g7fb891f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g15ff2ac.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g1584117.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g6bd7afa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g6197630.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g6ff1c8e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g6ff1c8e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.gd1d4f77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gba10578.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.ge4ed4ee.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g746fab2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g0a02fa0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.ga5af4fc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.12.0-202301042354.p0.g4d2e37f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.12.0-202301042354.p0.g3eb4889.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.ge613bcb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.12.0-202301042354.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.12.0-202301042354.p0.gbb76484.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.12.0-202301042354.p0.g8b23225.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g047391f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.12.0-202301042354.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g83768c8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "product_id": "openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.12.0-202301042354.p0.g4c6e171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.12.0-202301051605.p0.g5f0e975.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g05d89ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.12.0-202301042354.p0.g1c136fe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.12.0-202301042354.p0.gc0e5dec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.12.0-202301042354.p0.g992b43b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.12.0-202301052135.p0.g336ffd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g7bb0546.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.g9243e02.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.12.0-202301042354.p0.ge0b6bf9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.12.0-202301042354.p0.g6008198.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.12.0-202301042354.p0.g4c5b488.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.gd1915d1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gfeb14fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gd40fae8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.gc7a6334.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.12.0-202301042354.p0.g212a455.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.12.0-202301042354.p0.g220a777.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "product_id": "openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.12.0-202212061458.p0.g2796e17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.12.0-202301042354.p0.g6d23772.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g3201431.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga92e415.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "product": { "name": "openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "product_id": "openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.12.0-202212121125.p0.g89a451c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "product": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g8d208a7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "product": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.geea0586.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g223d846.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "product": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g020aeb6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.12.0-202301070015.p0.ge887436.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "product": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.gc1304c8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "product": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.ge5f25fc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "product": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g31a67da.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g2364e6a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "product": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.gf70fcce.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.g5f83bd7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.12.0-202301051405.p0.gcd1142e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.12.0-202301090745.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "product": { "name": "openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "product_id": "openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.ga19615c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gf407c8a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.12.0-202301042354.p0.ga2882f7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "product_id": "openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.12.0-202301051925.p0.g4c2a08b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.12.0-202301042354.p0.gb82e889.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.12.0-202301042354.p0.gcfb76ac.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "product": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.12.0-202301042354.p0.gada83dc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.12.0-202301042354.p0.g5f1ea9f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.12.0-202301070015.p0.g2b3eba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.12.0-202301090455.p0.g566bf59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "product_id": "openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.12.0-202301042354.p0.gd9b6b11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.12.0-202301042354.p0.g421718a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g057715e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "product_id": "openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.12.0-202301042354.p0.g5fd2176.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga88d72f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.12.0-202301042354.p0.g2dfa218.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "product": { "name": "openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "product_id": "openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.12.0-202301060125.p0.gc76613c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "product_id": "openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "product": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g25aea2d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g94026d8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.12.0-202301042354.p0.g1b52bfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g30c5f26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gb6528f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g308a62d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g8bd9c35.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g645b6d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g47cdccb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "product": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g06ea8d0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "product": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g6125f1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "product": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g727fe0f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.12.0-202301042354.p0.g987e5da.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g9e74d17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "product_id": "openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.12.0-202301042354.p0.g299b709.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "product_id": "openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.12.0-202301051105.p0.g306214e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "product_id": "openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gdf89e30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gdf89e30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "product": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g7c8ccc7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g7c8ccc7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "product": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.ge993e31.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "product": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g5c261b3.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "product": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.12.0-202301042354.p0.g2b91d55.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8\u0026tag=v4.12.0-202301060125.p0.g56eba9e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "product_id": "openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "product_id": "openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.12.0-202301042354.p0.gb190788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "product": { "name": "openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "product_id": "openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.12.0-202301042354.p0.g4d30401.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "product": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.12.0-202301042354.p0.gdf89e30.assembly.stream" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.12.0-202301042354.p0.g6ab8e62.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g63dcaf1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gf24e5ab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.12.0-202301050335.p0.gee31d1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "product_id": "openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.12.0-202301042354.p0.g9eafe23.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.12.0-202301042354.p0.g2488b98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "product_id": "openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.12.0-202301042354.p0.gf1dc3b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "product_id": "openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.12.0-202301042354.p0.ge4d9170.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "product": { "name": "openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "product_id": "openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.12.0-202301042354.p0.g9aaa7e0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "product_id": "openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "product_id": "openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.12.0-202301051545.p0.ge31abf2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "product_id": "openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.12.0-202301042354.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.12.0-202301042354.p0.g86b1835.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.12.0-202301042354.p0.gaf2f49c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "product": { "name": "openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "product_id": "openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.12.0-202301042354.p0.gc749fdb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "product": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "product_id": "openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.12.0-202212211226.p0.gfb675ba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "product": { "name": "openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "product_id": "openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.12.0-202212230615.p0.g27695b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.12.0-202301042354.p0.ga580a44.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.12.0-202212131615.p0.g0c7fbba.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "product": { "name": "openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "product_id": "openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "product_id": "openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.12.0-202301042354.p0.g9a1bf9b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "product_id": "openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.12.0-202301081355.p0.g4e3eca6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "product": { "name": "openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "product_id": "openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.12.0-202301042354.p0.gb34bd0f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.12.0-202301042354.p0.ga803bf4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "product": { "name": "openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "product_id": "openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.12.0-202301062016.p0.ge76828e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "product": { "name": "openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "product_id": "openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "product": { "name": "openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "product_id": "openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.12.0-202301062016.p0.gb237c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "product": { "name": "openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "product_id": "openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.12.0-202301042354.p0.ga34f2e4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "product": { "name": "openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "product_id": "openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "product": { "name": "openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "product_id": "openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.12.0-202301042354.p0.g3065f65.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "product": { "name": "openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "product_id": "openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.12.0-202212061458.p0.g7e8a010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "product": { "name": "openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "product_id": "openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "product": { "name": "openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "product_id": "openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.12.0-202301042354.p0.gfab1920.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "product": { "name": "openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "product_id": "openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.12.0-202301050335.p0.g5e41b22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.12.0-202301042354.p0.g4c711c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "product": { "name": "openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "product_id": "openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.12.0-202301042354.p0.g40936e7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.12.0-202301062016.p0.g271a6f4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.12.0-202301042354.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "product": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g7fb891f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "product": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g15ff2ac.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g1584117.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g6bd7afa.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g6197630.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "product": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g6ff1c8e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "product": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g6ff1c8e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "product": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.gd1d4f77.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gba10578.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "product": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.ge4ed4ee.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g746fab2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "product": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g0a02fa0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.ga5af4fc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.12.0-202301042354.p0.g4d2e37f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "product_id": "openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.12.0-202301042354.p0.g3eb4889.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.ge613bcb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.12.0-202301042354.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.12.0-202301042354.p0.gbb76484.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.12.0-202301042354.p0.g8b23225.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g047391f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.12.0-202301042354.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g83768c8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "product_id": "openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.12.0-202301042354.p0.g4c6e171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.12.0-202301051605.p0.g5f0e975.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g05d89ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.12.0-202301042354.p0.g1c136fe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.12.0-202301042354.p0.gc0e5dec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.12.0-202301042354.p0.g992b43b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.12.0-202301052135.p0.g336ffd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g7bb0546.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.g9243e02.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.12.0-202301042354.p0.ge0b6bf9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.12.0-202301042354.p0.g6008198.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.12.0-202301042354.p0.g4c5b488.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.gd1915d1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gfeb14fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gd40fae8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.gc7a6334.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.12.0-202301042354.p0.g212a455.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.12.0-202301042354.p0.g220a777.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "product_id": "openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.12.0-202212061458.p0.g2796e17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.12.0-202301042354.p0.g6d23772.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g3201431.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "product_id": "openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga92e415.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "product": { "name": "openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "product_id": "openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.12.0-202212121125.p0.g89a451c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "product_id": "openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.12.0-202301070015.p0.ge887436.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "product": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.g5f83bd7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.12.0-202301051405.p0.gcd1142e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "product_id": "openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.12.0-202301090745.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "product": { "name": "openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "product_id": "openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.ga19615c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gf407c8a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.12.0-202301042354.p0.ga2882f7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "product_id": "openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.12.0-202301051925.p0.g4c2a08b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "product": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.12.0-202301042354.p0.gb82e889.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "product": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.12.0-202301042354.p0.gcfb76ac.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.12.0-202301042354.p0.g5f1ea9f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "product_id": "openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.12.0-202301070015.p0.g2b3eba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "product": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "product_id": "openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.12.0-202301090455.p0.g566bf59.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "product_id": "openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.12.0-202301042354.p0.gd9b6b11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.12.0-202301042354.p0.g421718a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g057715e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "product": { "name": "openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "product_id": "openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.12.0-202301042354.p0.g5fd2176.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga88d72f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.12.0-202301042354.p0.g2dfa218.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "product": { "name": "openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "product_id": "openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.12.0-202301060125.p0.gc76613c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "product_id": "openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g94026d8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.12.0-202301042354.p0.g1b52bfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g30c5f26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gb6528f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g308a62d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g8bd9c35.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g645b6d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.12.0-202301042354.p0.g987e5da.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g9e74d17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "product_id": "openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.12.0-202301042354.p0.g299b709.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "product_id": "openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.12.0-202301051105.p0.g306214e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "product_id": "openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8\u0026tag=v4.12.0-202301060125.p0.g56eba9e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "product_id": "openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "product_id": "openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.12.0-202301042354.p0.gb190788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "product": { "name": "openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "product_id": "openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.12.0-202301042354.p0.g4d30401.assembly.stream" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "product_id": "openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.12.0-202301042354.p0.g6ab8e62.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g63dcaf1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gf24e5ab.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.12.0-202301050335.p0.gee31d1d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "product_id": "openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.12.0-202301042354.p0.g9eafe23.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.12.0-202301042354.p0.g2488b98.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "product_id": "openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.12.0-202301042354.p0.gf1dc3b6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "product": { "name": "openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "product_id": "openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.12.0-202301042354.p0.ge4d9170.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "product": { "name": "openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "product_id": "openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.12.0-202301042354.p0.g9aaa7e0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "product_id": "openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.12.0-202301042354.p0.g6945eef.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "product": { "name": "openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "product_id": "openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "product_identification_helper": { "purl": "pkg:oci/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.12.0-202301051545.p0.ge31abf2.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "product": { "name": "openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "product_id": "openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.12.0-202301042354.p0.g03e5b13.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.12.0-202301042354.p0.g86b1835.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.12.0-202301042354.p0.gaf2f49c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "product": { "name": "openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "product_id": "openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.12.0-202301042354.p0.gc749fdb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "product": { "name": "openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "product_id": "openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "product_id": "openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.12.0-202301042354.p0.g9a1bf9b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "product": { "name": "openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "product_id": "openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.12.0-202301081355.p0.g4e3eca6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "product": { "name": "openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "product_id": "openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.12.0-202301042354.p0.gb34bd0f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.12.0-202301042354.p0.ga803bf4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "product": { "name": "openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "product_id": "openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.12.0-202301062016.p0.ge76828e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "product": { "name": "openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "product_id": "openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "product": { "name": "openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "product_id": "openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.12.0-202301062016.p0.gb237c34.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "product": { "name": "openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "product_id": "openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.12.0-202301042354.p0.ga34f2e4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "product": { "name": "openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "product_id": "openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "product": { "name": "openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "product_id": "openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.12.0-202301042354.p0.g3065f65.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "product": { "name": "openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "product_id": "openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.12.0-202212061458.p0.g7e8a010.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "product": { "name": "openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "product_id": "openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.12.0-202301042354.p0.g77bec7a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "product": { "name": "openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "product_id": "openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.12.0-202301042354.p0.gfab1920.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "product": { "name": "openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "product_id": "openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.12.0-202301050335.p0.g5e41b22.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.12.0-202301042354.p0.g4c711c7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "product": { "name": "openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "product_id": "openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.12.0-202301042354.p0.gd6d2139.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "product": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.12.0-202301042354.p0.g40936e7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "product": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "product": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.12.0-202301062016.p0.g271a6f4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "product": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g0f14c3d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "product": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.12.0-202301042354.p0.g61e198c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.ga5af4fc.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.12.0-202301042354.p0.g4d2e37f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "product": { "name": "openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "product_id": "openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "product_id": "openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.12.0-202301042354.p0.g3eb4889.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "product": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "product_identification_helper": { "purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.ge613bcb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "product": { "name": "openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "product_id": "openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.12.0-202301042354.p0.gf9c215c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.12.0-202301042354.p0.gbb76484.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.12.0-202301042354.p0.g8b23225.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "product": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g047391f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "product_id": "openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.12.0-202301042354.p0.gf22d1c6.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "product": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "product": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.12.0-202301042354.p0.g8496c50.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "product": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g83768c8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "product_id": "openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.12.0-202301042354.p0.g4c6e171.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "product": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.12.0-202301051605.p0.g5f0e975.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g05d89ec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "product_id": "openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.12.0-202301042354.p0.g1c136fe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.12.0-202301042354.p0.gc0e5dec.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.12.0-202301042354.p0.g992b43b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.12.0-202301052135.p0.g336ffd5.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "product": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g7bb0546.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.g9243e02.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.12.0-202301042354.p0.ge0b6bf9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g12d050a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "product_id": "openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.12.0-202301042354.p0.g6008198.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.12.0-202301042354.p0.g4c5b488.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.12.0-202301042354.p0.gd1915d1.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.gfeb14fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "product": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gd40fae8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.gc7a6334.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "product_id": "openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.12.0-202301042354.p0.g212a455.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "product_id": "openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.12.0-202301042354.p0.g220a777.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "product_id": "openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.12.0-202212061458.p0.g2796e17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.12.0-202301042354.p0.g6d23772.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.12.0-202301042354.p0.g3201431.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g20cffc0.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "product": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g7e23256.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "product": { "name": "openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "product_id": "openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "product_identification_helper": { "purl": "pkg:oci/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga92e415.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "product": { "name": "openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "product_id": "openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.12.0-202212121125.p0.g89a451c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "product": { "name": "openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "product_id": "openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.12.0-202301070015.p0.ge887436.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.12.0-202301051405.p0.gcd1142e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "product": { "name": "openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "product_id": "openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.12.0-202301090745.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "product": { "name": "openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "product_id": "openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.12.0-202301090455.p0.gba94031.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.12.0-202301042354.p0.g596745c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "product": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.ga19615c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "product": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "product_identification_helper": { "purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.gf407c8a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.12.0-202301042354.p0.ga2882f7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "product": { "name": "openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "product_id": "openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.12.0-202301051925.p0.g4c2a08b.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "product": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.12.0-202301042354.p0.g5f1ea9f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "product": { "name": "openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "product_id": "openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.12.0-202301070015.p0.g2b3eba7.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "product_id": "openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.12.0-202301042354.p0.gd9b6b11.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "product": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.12.0-202301042354.p0.g421718a.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g523b790.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.g057715e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "product": { "name": "openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "product_id": "openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.12.0-202301042354.p0.g5fd2176.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "product": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.12.0-202301042354.p0.ga88d72f.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.12.0-202301042354.p0.g2dfa218.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "product": { "name": "openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "product_id": "openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "product_identification_helper": { "purl": "pkg:oci/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.12.0-202301060125.p0.gc76613c.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "product_id": "openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.12.0-202301042354.p0.gaae8264.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g94026d8.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "product": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.12.0-202301042354.p0.g1b52bfe.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.12.0-202301042354.p0.g30c5f26.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.gb6528f9.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "product": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.12.0-202301042354.p0.g308a62d.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "product": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g615dc60.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.12.0-202301042354.p0.g8bd9c35.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.12.0-202301042354.p0.g64d58fb.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.12.0-202301042354.p0.g645b6d4.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.12.0-202301042354.p0.g987e5da.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "product": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "product_identification_helper": { "purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.12.0-202301042354.p0.g9e74d17.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "product": { "name": "openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "product_id": "openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.12.0-202301042354.p0.g299b709.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "product_id": "openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.12.0-202301051105.p0.g306214e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "product": { "name": "openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "product_id": "openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.12.0-202301042354.p0.g854f807.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8\u0026tag=v4.12.0-202301060125.p0.g56eba9e.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "product": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "product": { "name": "openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "product_id": "openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.12.0-202301042354.p0.g9b41d30.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "product_id": "openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.12.0-202301042354.p0.gb190788.assembly.stream" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "product": { "name": "openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "product_id": "openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.12.0-202301042354.p0.g4d30401.assembly.stream" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64" }, "product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64" }, "product_reference": "openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le" }, "product_reference": "openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64" }, "product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x" }, "product_reference": "openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64" }, "product_reference": "openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le" }, "product_reference": "openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64" }, "product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le" }, "product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64" }, "product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64" }, "product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64" }, "product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le" }, "product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64" }, "product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64" }, "product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64" }, "product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x" }, "product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64" }, "product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64" }, "product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64" }, "product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64" }, "product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64" }, "product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64" }, "product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64" }, "product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64" }, "product_reference": "openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x" }, "product_reference": "openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64" }, "product_reference": "openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le" }, "product_reference": "openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64" }, "product_reference": "openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le" }, "product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64" }, "product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64" }, "product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le" }, "product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le" }, "product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64" }, "product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64" }, "product_reference": "openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x" }, "product_reference": "openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le" }, "product_reference": "openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64" }, "product_reference": "openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64" }, "product_reference": "openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le" }, "product_reference": "openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64" }, "product_reference": "openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x" }, "product_reference": "openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le" }, "product_reference": "openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x" }, "product_reference": "openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64" }, "product_reference": "openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64" }, "product_reference": "openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x" }, "product_reference": "openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le" }, "product_reference": "openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64" }, "product_reference": "openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x" }, "product_reference": "openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le" }, "product_reference": "openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64" }, "product_reference": "openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64" }, "product_reference": "openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64" }, "product_reference": "openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x" }, "product_reference": "openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le" }, "product_reference": "openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le" }, "product_reference": "openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64" }, "product_reference": "openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64" }, "product_reference": "openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x" }, "product_reference": "openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64" }, "product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le" }, "product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64" }, "product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x" }, "product_reference": "openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le" }, "product_reference": "openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64" }, "product_reference": "openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le" }, "product_reference": "openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64" }, "product_reference": "openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x" }, "product_reference": "openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64" }, "product_reference": "openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64" }, "product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64" }, "product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64" }, "product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64" }, "product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64" }, "product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le" }, "product_reference": "openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64" }, "product_reference": "openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64" }, "product_reference": "openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x" }, "product_reference": "openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le" }, "product_reference": "openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x" }, "product_reference": "openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x" }, "product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x" }, "product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64" }, "product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x" }, "product_reference": "openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64" }, "product_reference": "openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le" }, "product_reference": "openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x" }, "product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64" }, "product_reference": "openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x" }, "product_reference": "openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le" }, "product_reference": "openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64" }, "product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64" }, "product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64" }, "product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64" }, "product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64" }, "product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64" }, "product_reference": "openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le" }, "product_reference": "openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x" }, "product_reference": "openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64" }, "product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64" }, "product_reference": "openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le" }, "product_reference": "openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x" }, "product_reference": "openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64" }, "product_reference": "openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le" }, "product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64" }, "product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64" }, "product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x" }, "product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le" }, "product_reference": "openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x" }, "product_reference": "openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64" }, "product_reference": "openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64" }, "product_reference": "openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64" }, "product_reference": "openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x" }, "product_reference": "openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64" }, "product_reference": "openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le" }, "product_reference": "openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64" }, "product_reference": "openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64" }, "product_reference": "openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le" }, "product_reference": "openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x" }, "product_reference": "openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64" }, "product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64" }, "product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64" }, "product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64" }, "product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64" }, "product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64" }, "product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64" }, "product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64" }, "product_reference": "openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64", "relates_to_product_reference": "9Base-RHOSE-4.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-38561", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-06-23T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2100495" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. The language package for go language can panic due to an out-of-bounds read when an incorrectly formatted language tag is being parsed. This flaw allows an attacker to cause applications using this package to parse untrusted input data to crash, leading to a denial of service of the affected component.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: out-of-bounds read in golang.org/x/text/language leads to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw may be triggered only by accepting untrusted user input to the vulnerable golang\u0027s library. The overall DoS attack vector depends directly on how the library\u0027s input is exposed by the consuming application, thus Red Hat rates impact as Moderate.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) 2.5 version, the registration-operator, lighthouse-coredns, lighthouse-agent, gatekeeper-operator, and discovery-operator components are affected by this flaw, but the rest of the components are using an already patched version and are unaffected. For 2.4 and previous versions of Red Hat Advanced Cluster Management for Kubernetes (RHACM), most of the components are affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-38561" }, { "category": "external", "summary": "RHBZ#2100495", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100495" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-38561", "url": "https://www.cve.org/CVERecord?id=CVE-2021-38561" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-38561", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-38561" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2021-0113", "url": "https://pkg.go.dev/vuln/GO-2021-0113" } ], "release_date": "2021-08-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "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.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: out-of-bounds read in golang.org/x/text/language leads to DoS" }, { "cve": "CVE-2022-1705", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107374" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: improper sanitization of Transfer-Encoding header", "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.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1705" }, { "category": "external", "summary": "RHBZ#2107374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1705" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705" }, { "category": "external", "summary": "https://go.dev/issue/53188", "url": "https://go.dev/issue/53188" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: improper sanitization of Transfer-Encoding header" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-21698", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "discovery_date": "2022-01-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2045880" } ], "notes": [ { "category": "description", "text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact 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": [ "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-21698" }, { "category": "external", "summary": "RHBZ#2045880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21698" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698" }, { "category": "external", "summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p", "url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p" } ], "release_date": "2022-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "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.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107383" } ], "notes": [ { "category": "description", "text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working", "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.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32148" }, { "category": "external", "summary": "RHBZ#2107383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32148" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148" }, { "category": "external", "summary": "https://go.dev/issue/53423", "url": "https://go.dev/issue/53423" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "cve": "CVE-2022-41316", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-10-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2135339" } ], "notes": [ { "category": "description", "text": "A flaw was found in HashiCorp Vault and Vault Enterprise. Vault\u2019s TLS certificate auth method did not initially load the optionally-configured CRL issued by the role\u2019s Certificate Authority (CA) into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved.", "title": "Vulnerability description" }, { "category": "summary", "text": "vault: insufficient certificate revocation list checking", "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.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41316" }, { "category": "external", "summary": "RHBZ#2135339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41316", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41316" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316" }, { "category": "external", "summary": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483", "url": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483" } ], "release_date": "2022-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "vault: insufficient certificate revocation list checking" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2023-0296", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161287" } ], "notes": [ { "category": "description", "text": "The Birthday attack against 64-bit block ciphers (CVE-2016-2183) was reported for the health checks port (9979) on the etcd grpc-proxy component. Even though the CVE-2016-2183 has been fixed in the etcd components, to enable periodic health checks from kubelet, it was necessary to open up a new port (9979) on etcd grpc-proxy. Therefore, this port might still be considered vulnerable to the same type of attack. The health checks on etcd grpc-proxy do not contain sensitive data, only metrics data. The potential impact related to this vulnerability is minimal. \r\nThe CVE-2023-0296 has been assigned to this issue to track the permanent fix in the etcd component.", "title": "Vulnerability description" }, { "category": "summary", "text": "openshift: etcd grpc-proxy vulnerable to The Birthday attack against 64-bit block cipher", "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.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:34bfcdd0c6302a0f877a4257054302fa4f8a0549209b09d9d4c0bd8007cac9f2_amd64", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:397d151ca1aae56133956631774fe12bfb9afc0b056ccd14f2bb38892bcd4788_s390x", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:76b1c9d7a661f38cb46d6c98c549f69f45b4fa70e5365209e8d588bf63cddd46_ppc64le", "8Base-RHOSE-4.12:openshift4/cloud-network-config-controller-rhel8@sha256:a2835234bba16a0f5aa264ffc5cd6522987568ee5e73b2c6f281d71a9ccefdee_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:39a30f0a0bbcfa7fb0aa97b00034f95d85cda401b6a093074bf8db350be89b6a_ppc64le", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:8b8daee59b113574d990e5750a53ca6a4dec276cd41ace50e3d3d822b40eba1c_arm64", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b00015311a18a1e2a6efe6bebcf7bfddfdd9f64e07391020895bca213cf4d9f1_s390x", "8Base-RHOSE-4.12:openshift4/driver-toolkit-rhel8@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:7310131b141ca567d014784d729757eef23c9ec3324fdb43ee18d126309497cf_s390x", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:8bbff909b5bd914b9aef6c2ceea0279cb787aba86c0f85f74af43ebe7adc8ff0_arm64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:cad5a85f21da1d2e653f41f82db607ab6827da0468283f63694c509e39374f0d_amd64", "8Base-RHOSE-4.12:openshift4/egress-router-cni-rhel8@sha256:e5569fab4490324f24195d25e306f9bc0a329d09d3a615c77efa540c08fe3bb1_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:277a548af183f96447f5ff39340f81a5db71976e4ddbc3c0b6d552bda6876933_ppc64le", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:7959d1268ec98c7d05cb1153eb109d788a33f55aa8e74301d9893a258452099e_s390x", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:a9c6e29a6653384fc859a34273f34dbb38a62a06676196767700d54b1c962b68_amd64", "8Base-RHOSE-4.12:openshift4/kubevirt-csi-driver-rhel8@sha256:be850306750476202babef4373b0eb4f1d1c79d09ac5e46c6e5d523231b220ae_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:53965f0708a1e57d4fd62d058d9159ab3405ce121a00e69e0f630d671b7789b7_arm64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:576dc999accc8af51337f797e57adde3a6488c3e61d6f9fb9a397a26786ab905_s390x", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:78c082bce19429174ebd5582565c23c1ff0c7e98a73aeb62b2a4083ea292a2d3_amd64", "8Base-RHOSE-4.12:openshift4/network-tools-rhel8@sha256:c21be50b021f0d8580307fb8c10667da00833295dac342affa834ee159b29ffe_ppc64le", "8Base-RHOSE-4.12:openshift4/oc-mirror-plugin-rhel8@sha256:9434f74409e1b349f5b9c088b6c831089010e4ed2fa027ff3f035e773ab495fb_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:20b771d3a62c96c479df3e7c5936cfa100c4c17c98b9a8f5f9a56b7e891f8f90_arm64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:4ceeb4bc41276732266554ab353c35e379b993728a40cc207b89ac1a5d16d2b2_s390x", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:7c23b71619bd88c1bfa093cfa1a72db148937e8f1637c99ff164bf566eaf78b8_amd64", "8Base-RHOSE-4.12:openshift4/openshift-route-controller-manager-rhel8@sha256:d17688b307727063dff085889029503c99bb649393c0a3430d7397e0261f2176_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:353ef1e66352e3dd33873bba0042097d6fa34cfda32015589fd04529f73c17bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:9e4bb74202f1fc1d26dc89345c81a21bd3fe6c1491b2d24fa2f62e5c8cd16d04_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:dd1e2e0c92a1eac0d366628e27aaac490a7f5702e8d905b86b6c53d850734ef3_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-api-server-rhel8@sha256:f30638f60452062aba36a26ee6c036feead2f03b28f2c47f2b0a991e4182331e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0afd484518c7e42532741c5714a745d6777a54c28128b2eb8ef0b20b30a0477b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1511693daf5d1cb36507c8f17c6b77b00266a8815e6f204c3243f4677128db61_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8937d6772cdf079003be8d21a3b521143b21174ba53bd5399412564864c7b1d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b83df303b8c1e2ee20b5bf163ee39c5848e6237495bf1e40114b39b286d1b065_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:43b43a9412f93883c1d6834b0bac939ab3ff3243d91c52f317616e8a990d8192_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:66c9efa566d082a64deea3aa772fc76b940aa3e2feb8a5ece1658a5e45ca2f27_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:8f1c4266ce38f3d3011d9a5f9ee084d7201b5b132d877513e8f9f7e33f156957_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-node-agent-rhel8@sha256:955faaa822dc107f4dffa6a7e457f8d57a65d10949f74f6780ddd63c115e31e5_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2a9b8ce14df3ad8a568958653d31321e8d4b4583d4f2c4982e14d8297783bb85_arm64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4949b93b3fd0f6b22197402ba22c2775eba408b53d30ac2e3ab2dda409314f5e_amd64", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a69fd29c0a3b671d8c8852a6d0cbe12fe20421317f2926d0ee8c62005c9f7534_s390x", "8Base-RHOSE-4.12:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cda55c5b6f3101927f97de9a6c2e2d787eddc789988d6705a2570e0dd1ed22e4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:bd3c588a15b688b9568d8687e81e2af69a9ee9e87c1f5de2003c881e51544bb7_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:f02f76546aa186ed6516417d4298b820d269516ae6278e339c94c0277cbe8580_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:98ed09f9be29ab5b1055e118ab98687eb09fbaa5fbde2d41fc20eb8da7b544f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:341df5d61566d6ef4282651284535145f50f4fcdad94e8b206a7576118c7785a_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2a0dd75b1b327a0c5b17145fc71beb2bf805e6cc3b8fc3f672ce06772caddf21_amd64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:60d60ffb065acb17783f44009db5ca992ad2b87a086ba3cf28f32c896e7f6052_arm64", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:67f3de43065c382eccbd6a9b7983213f1d2727303b30e76ed3dd2f683e46a3c1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f5ef5254cbbf66d8611c81dadc80aca6ca427397a42d8bb68ab49d7fe40f3f5d_s390x", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:a28bf9ecb741f8a69934098faf3bd3cc6c24822ae0ed66dcf0fbe0154b056247_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:aa99f4bbbfb26f266ff53cb3e85e1298b2a52b28a7d70dc1dbd36003e1fa3dc1_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:5bcee2b0cf9c1275fe7b048f96e9b345ddd3ff5c31e3072310e6775ad1a2eaed_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:e7b3f27ece76ea2b1257474653fbb78ff580d7701da21a3876dfb09f8c904fbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:272e57b80503ec4278f3ccb6c518ba3064b7e7d92ae123311b9941ed46461901_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:4e596cc1ded888a6fb4e8cbb9135b18b016ab8edcca1c0818d0231f7ec9a8908_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:6d6b0a4a7f205d5e52404797b190b7ef5063a999f3f91680e02229b22790b916_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:f7a70fb1fae58309452556167c994f4567bbfbf175eeedca3c46a96d0d424fde_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:526e25376d745b1e519cbec4bf5735e26ed248e378c258c02db5e354fa88431a_arm64", "8Base-RHOSE-4.12:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ca1ce278e33d80952a1203209ac45f0ed2fb79907a7e7c135d1af0d14c4b4cdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:041c819010c72a5d98f18d8dc903fbab31d2e3f079694fb2d841b99418a70c0a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:09c8aa056bbf5da5c7119653d2000f9412b6d2f48304911e3d2913cad5f29ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:9439e679b92ea5ce37b5924bae48a70262cd93fe87f6cfbeceabfec08f942b0d_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f266a2674a945022a377e2417631bb6d581e8b265366d0e007c52f105b6d5b6b_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5e8660a2d4a098d897a3422495158d6d4ba4527378df79838889d1d87a9a3c53_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:de37d2dcd186e9de974c1671ca68e1580f77b9f2b87f59df6f0e98322dd97cc6_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c5c3f5b2c958ccb083a36414baa947580291be035053864da379c1cf131bf1ce_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d0d9c80098d28b66d4560f956ee8f5ea6ab560b53ba03009f0b6a6d554936cbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:580aa2ba9dc28be83bf1a9df25c722b17a4e4a41601bfc3cd1a5309a77c43051_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:af1f30a0f3480ac0622da94639a09de309175f8b97adbf70426dd57a558dfb43_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d8309eb45097f821a093a912212d8571a4f79221474daba24c5c21e62c587ec5_amd64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e7bc97ed9c9a1c4d76e96f37e8fcdea1187f1d853981e5a24f23b014cac36e5a_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:1ef6fdfb8dccb4a4fa4036a872b8a68149ca4a51b726d73fe2a525a96dc9aab2_arm64", "8Base-RHOSE-4.12:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ebfadb579d329d6ba3297bfafb66cf41ea5d84ea61523273792e7e6337f4f2fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:1631b0f0bf9c6dc4f9519ceb06b6ec9277f53f4599853fcfad3b3a47d2afd404_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:17ad9fa05b52e3ac92f2abc38e5abcaf97596b49278da2e9b7a5a6ee12707d54_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:4c632618680a96084e243edeec6ce0e262269cdab3ab3be1b66e6c62d2f83f3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-installer-rhel8@sha256:c31fdf297126d1fd255ceae15a5e8705923886c968d4874681472ea8934a4d00_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:1323d9cf18a67cfc68684917ca8df82f4fe8104818e5a1e0a4c82f837045587d_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:47c3240fef3f356b1deb606fc6991839ae51e0f5f67851c6453065ec255ccfdd_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:49619264429ace25f813b97f0d7464374266a70a1a5f36614658c0bcf514a1bb_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-machine-controllers@sha256:662218d316782d420d5dd998590de01a9705bc1b13a9aa2eef4ad8ad3744bbb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:1ad37c5a1f7e6e8686e6e9f208e988a585c6a118be4efc43d0c807113b192935_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:7a6a9bdbbfa32ad29b14e148a68cd0464eaa38bdcf8c73d0dd74436a16dbff6b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:927d9ee0719b4537e99c3a214474f39cc90b4b7519a4ab01dfb7859492943407_arm64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-rhel8-operator@sha256:e6f0b3103d68b12a1bf4b9058f60e9a7de52c27f58cab199c9000fdbc754c2c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:160688733fe10c567aad929d3177dc02659daa10fe77d7698edbf5e59b6bd6bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:18a7e4779fce53352d37a467679b94d5ec5931ffc26e11134eeac4ec78090baf_s390x", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6b61429030b790e6ec6e9fcb52b2a17c5b794815d6da9806bc563bc45e84aa67_amd64", "8Base-RHOSE-4.12:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:b82f42cb356a112f3dd40c02e491781e5d64fdfbe938c77e5ec993a922edf00a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:2823d5f6c6f9145b1c817f20ebfb1be4b72656086d58182356e911c324efebaf_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:4055a8691c02ef60d5b0398fd9b449a0f93c78ba3779e23c9c7305398ba1dc7d_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:47446db573b95790f09ee3623f7c96d36c108acfa306f247b957aa40dc96ae57_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli-artifacts@sha256:58b0759d42bc713468f3380f24802bba2e74c4e393b9ae5291ab7deff1a1ea65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:1fc458ece66c8d4184b45b5c495a372a96b47432ae5a39844cd5837e3981685b_amd64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:76089ce17acec3a49a369f2cd396ed5f8437ccd02df134200a90ee81a172673f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:774629607014b682e6f0415330cadb5cc69ead93b13d133ead1b8ddc599683a9_arm64", "8Base-RHOSE-4.12:openshift4/ose-cli@sha256:8f10714a9a2c4c6c55a2187aedeccf593895cfea0c1ab5fe28bb56082fe7b7e2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:83ac256fd28e10f540ac04352253aa5c78a926d11d938cef85234e88fd3c60b3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:a03a5e65484fc0ae4274e92a4a98e86b0e1682c32576fee855a7e0b6fedf3fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:ba03844ce44997d02c3286acea9a8e11922d489fe6d2bee239f309c9923c8bba_s390x", "8Base-RHOSE-4.12:openshift4/ose-cloud-credential-operator@sha256:e2981cdba6d1e6787c1b5b048bba246cc307650a53ef680dc44593e6227333f1_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4943479c57ec83de189964cddfce13198c3eaaca9d3e024c070966ef4842c265_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:4b1e1c35f1d351160d8382374909acab1bc50941f90129a58bf90d250d0befb8_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:7b3594f200a72d1d02cca5c153841b8e0dce84ce5edbc14529383d6fbe145037_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-api-rhel8@sha256:d7047e80348f64401594a29de59ad103136d0c1db7a15194eeb892a331a84d3e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:26d3d2e129ce367d2580c7a6c6161037bcc544b764317e557025350a45910fe3_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:3a1252ab4a94ef96c90c19a926c6c10b1c73186377f408414c8a3aa1949a0a75_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:989f546ab38d057864e0a689e44c6b26932cf7f46ab3e7514e9411f3844ade26_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-authentication-operator@sha256:aa3038850f08843fcfabc5549e707296c1ab87086abe1db9b0e6602f6d041447_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:778509abf00f9c80252c7c35126956cfec6b3c554d3855478a09ac8956a551f5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:8602cc71ee90648666f23b6f6a39e22a0eb83c9b270cd8afc2ff56dee6af8e3c_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:af36c8fe819208e55cc0346c504d641e31a0a1575420a21a6d108a67cbb978df_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler-operator@sha256:e5f62074595c3d3d51f85d952b93b97966605aee66374a59ac182731bedd3e98_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:9cc95efc6873289b0260b9f8e3b30e5b69b76033478018b2efc4cf0c494f9c3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:bcb88aac6b65fab61439ea3be60f9b199962d0c258c4e0fc16a5e7b9b2cdd5c7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:d4aa9d113e41cb43142b40fdf931bd74c0ab6c22ad4972627ce09ce4f92622e7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-autoscaler@sha256:debc66d73cce41b59011da70625a517f10d11342a24f69a2082b7160b7bd904e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:1fd74d00272b76cb5bc7bb22d1a7b7607704bcc3ce846f008f2dcc3b92b717ef_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9d0417b3adbf60a3622172c0c219bf9fdbf92bfdf2fe32ed20f788ec79b5ea75_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c4e5f13cd4d2a9556b980a8a6790c237685b007f7ea7723191bf1633d8d88e27_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f8c3d3672240b06e0257f8174cb04fb15da2327b616f2214bef5d9ae5bb0700c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:0900cb69e1438ad13181e89de7a654131914f258eadcc73f1a3eebc21dd427f1_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:2b9577fec9c089b042a0dabe5a3b6eefb1ef0f88cf2dc6083201e5f013eba456_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:37100fea05c30b2699184fa3efa145ad784b78910dcc89711df99de2a7dd83f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-bootstrap@sha256:9855058576d669b8e97eb1ff0f62e5bd52098468cbe2c7e8ee5da1b63b65031b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:2affabd347afd1358fe22e83271b11af8404bff30dfc24438566817d58a6a4fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:a0fa96ef29d5830d408456c62b1e55c18afd29a65550e2da9fe3e6f9686f8c85_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:b98c102096bcb20533001fe846ede89ef87030e230c440896d25a4548b6da664_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-capi-rhel8-operator@sha256:bbbcd1a09bf0fbf8d8d94985738cd7676b6565ed77ae2f924b4a917fd8d40786_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:046218399af6596e9c51247a7489953bc4ed8629cca28ca3048b5222fd36bc2e_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:13397fef9671257021455712bf8242685325c97dbc6700c988bd6ab5e68ff57e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:28f2a8db1f5ded8fdcde13d56dbde04948163686ce5888b2e8df5a752caa185b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b2467374b97b3c3260ae4aec15b7947a2615cbf6e210e59ad64fdf3f430c2cd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:050586b7935557d887d001c41c9d76aca2bba1f2517ab7b8b5e9764fab81d550_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:6a65b23e1bfdc92ec670ff5c1d596c42f49b6891c31fe118756fbc6bd8b2d0f2_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:c28915a6a21cacf39a6fb87e566eba64af741fa8a7cb858959e68c8be0d48ba5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-config-operator@sha256:f6ba6ec29ae317b65ccae96aae4338eed31430f09c536e09ac1e36d9f11b208e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2f4bd57474ac21367df881cb966756e1bb6941588e43622bbd2755ed7d13a9c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:3233eac8b2a7e0d967abb977bfbfceabaa1381f6b2f494889b3afb11553b13bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:a216d7e6a5692a52c156b9f77c9356aa21f59e6d967e29c2f7a571e11a54d05b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ade0b0731c1473bde271ae914f3d2714eb046c9807d37af552a1483fe304b1e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:961706a0d75013fcef5f3bbf59754ed23549316fba391249b22529d6a97f1cb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a721b13a7637053bfab6b662733e5c96522726f5db682158bc2ab205831eecb6_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a9df6beabd254869e4d42c18fc7190985d7ca4728c9e524c9ba1b9aba6c4a936_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c74ac7e3f02d66a6d96c57fe1680ce1e9fe67af8dc4575165899d82ffe2a291f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:51c611481bffa166c2f6740bf5903dda34b7808a2d7554c0a3f2c6f3133c1062_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:5fd01663fbe222ae983816ccc17541162f74c2d0360a6b265b4052c9a8a0a72a_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:da1dec5c084b77969ed1b7995a292c7ac431cdd711a708bfbe1f40628515466c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-dns-operator@sha256:fb0bb7b80f74880ac145ea91e8037e9ff556f3a6720cea08f4fa322ac4b4bace_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:822b84fddd880f67020b28ff7995a4b022802b51f5f36629a0005203ca7eaa82_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a16832e9c1f864f0f8455237987cb75061483d55d4fd2619af2f93ac3563390d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e3f1fa4eac74be4af273aa57862f33e6ed7fc4cee8c3b6b0980a6339b67d39ac_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f858d73f3b2f6a41ee668060314a022c6580ffd30358efb251023f057b66e940_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:4327844cb6526a510d042eef23879b14a2290a38ecbe8079b5ee4753bc455255_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:670fa2dd9ee61003557e5a7ab09b51526519809887bb831700849a7014493ef4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:a88885cb6347b4dc8d3b6f7a8716eb17a42f8d61fa39f5fccd3f8f8d38b3ae5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-image-registry-operator@sha256:fe75ef8b625ebb7492973cc5d4bcf6e96b97d64b958ee1d766b2adbdb7da7ab5_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6275a171f6d5a523627963860415ed0e43f1728f2dd897c49412600bf64bc9c3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:6d72b922b71fbc2121c0dc1cb3b09cd5a4c4f9d2874e8866091ba79afa0a9e89_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:89df8863f896c8c7926e7bf579ae184b83fb9d83728839fe67f7a8729fc0022a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-ingress-operator@sha256:cbe07da6bf1b041db13d1b53e2e53aeb6704091019b55be8a5706c7873cb98bc_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:00d4d13cd9832edac377785b62b27dced1d6cb82ef36ed2a974a39d84905987b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:0d71165cc0557fce34927b37a1b17f4e83ef33b9ad1b837319a5f24bc8759ac3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:52260b5433ac5231b5d6f20ee45550663fbbcbba930244b5e6655638e3a7a6a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-apiserver-operator@sha256:9ed61d19216d71cc5692c22402961b0f865ed8629f5d64f1687aa47af601c018_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:04e36502c84a9fe8e84db17be4a1e8f0f0e277d8cda4ca59db29aa51f76d291b_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46d40b7c04488756317c18822de0f055a688a84dabf51a789edade07dcf74283_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:be0b403c05ec9dbcee94b9f2b8d208f17f1c05eb41aabf153de3c1ab3ac518e8_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:f8d578727f1918205cee8c80edae4ffa7f7627322e09af254da5f018667d51d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:73df01e6051cf6a76760974c97d65b228020d4f127514b59ce597ec371097fe7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:81a043e61c07b8e93c6b082aa920d61ffa69762bcc2ef1018360026d62c11b18_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2bebd10297de14328ad2134c495ef676c210d4e2780e938cee907391035e9ad_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d41430569c40ba80500b20fa1354542e2893a33c0cb87c2c480325a684cb1fc4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:0bf211c0e81978004cb188c4a1df7ae8143da6bdd42017929e4e8b2ad967370b_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:439c8c9166fccb760dcf1abcc483350220212fbb889b7ebb7cf701d8d0b06063_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:bb343e69923391e6f3a79218b3cf3fd8b68bd0e9267109a26a37737b3ebce56f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-scheduler-operator@sha256:e045fad043f28570b754619999ffb356bedee81ff842c56a32b1b13588fc1651_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75fc9d43fbf3f4af524dde8ca3b42fa55332357ac85165adf67e9738a90b7ddf_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:773fe01f949872eaae7daee9bac53f06ca4d375e3f8d6207a9a3eccaa4ab9f98_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:79f06ee470ae2c5a4833e3c12d992d67353ebfbb38e5dd57ad97d6944b4d97ad_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a9c64294cd95dc19739200f6fd5bbc9a25c73246536b93579ac7454eb1dd7a72_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:0e6833b99a44b2a1003b08fc9c0b42ec2496ce84cbb28c08c728746e0381ce8c_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:a35bc9e9c9cdfd98d726ac032d1cb3914488375bd56042f57c128e34886e8dec_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:c3c9d856bed4e05e727037b50340eccd1bd10f12aba988891cde4c11887e8ff7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-machine-approver@sha256:ec53f44c080dc784adb01a4e3b8257adffaf79a6e38f683d26bf1b384d6b7156_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:435bd6c8ff5825fcead3f25555f77880d645e07a8f8fd35d1e3a2f433bbebe32_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:4fd3214c3dce7ce1dbc8b2b6b39dc9caebef73018c86791117be421844bbf996_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:86593248e5f677ddd6a23964799c66b9345bb58c29e8c0aaa9ee649ecb111637_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-monitoring-operator@sha256:8e343fe1578ef987c5f067fdd3e027e59543922af848217a23f6221e4af2dc3d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:437b75010b15c34739865ab53b493e74c027cde0832bd68be7e8f0064c746b13_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:5e9e309fca4e3c3fca6aeb7adaff909c8877fbc648769c3cf48ed264eb51cc5c_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:950664209809448ec4767a2254c87046ac0c57cc5f8c013400cc5821eb55d685_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-network-operator@sha256:fe920d77444e5c9754436f345293f683f75b2bf6344209eecc97341e9ad0c4a7_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:883cb8d3defd61df719058b5ef46b8a2a4c735d1ff783f4d19d893afc44e8cb4_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:946567bcda2161bc1f55a6aa236106c947c5d863225f024c8c46f19b91b71679_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:a57f69ac46ff8227d71f8a3f9a1bebdafb373d0ab45c087de1548940de321601_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-node-tuning-operator@sha256:ec62a3ea2284c8c40901a33e6b9ace8abe6a3058a5af77e9f0e798b3b5d56dd9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:87666cc451e16c135276f6405cd7d0c2ce76fd5f19f02a9654c23bb9651c54b3_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:d5689d68feea0d83833dc77559bc09f7f7d52314919d2f0c8c6f44740532fc92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f93afa38b6672ab696a1cbf7b26e931e7c0d8f90a47ec6ca194de806196fc196_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb72174c7ef37dfdab811b921b713c6e2b1885a5cefa27fb3fa1da547aa5d87d_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0382531aa89b46ec74c3e44816097ecbf97528867ee96993b1e94069c281f582_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:28beb045c322dcf32f1f3027fff0ae65539676cb5181a04677a5819b79310379_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:53c526dc7766f65b2de93215a5f609fdc2f790717c07d15ffcbf5d4ac79d002e_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ab37b34189f1923f12729f73d0eef442960153ceb495e4444d56f0c392e62366_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:026e7982f8b7869fb95bdcd8f4f17c029cdf82aa9e36f17fefac7908f54b4249_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:95326527ea5c454b18b5108370f949953bd18fc598cd0d141f80da5599f232b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:99870a73bbce76a8e84ac17d83a809db4f30282dd890f677c96602b59e6e8250_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fe09b8f75b721b227649c733947e031dcfd76877b5fd80706835f0e0de2097d8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:0a7501ed58f9212c5b1706f278d277053a2c279e6a04c502e571e06085ea5fb2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:19353c49bed476981054a3af5ea060474c44542e90357c89ad13f27e5c362354_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:3f8cb5ca35b87c2e777625edfe263819d46d32b46346976f5d5768ac744c9163_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-policy-controller-rhel8@sha256:b9cf69b5d2fd7ddcfead1a23901c0b2b4d04aebad77094f1aeb150e1ad77bb52_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:3135da69dad2687452ead4dc3c5813f14a4cdfe72ee1a7c99ab4619bf6468eca_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:4ba830158db4ca7b4cff693f4c4201445b186f534e710c7534247defd4646b58_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:7e5cf6294e213c4dfbd16d7f5e0bd3071703a0fde2342eb09b3957eb6a2b6b3d_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-samples-operator@sha256:88ffd8fc4ec5f89ea54caf2f9d0dfc3a166bc6cfa4b10b5b0fcaeffb46454e3e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:0079dc07eb1627b07c5214cf9dcb0700b9e85a38fa4820cd1b85f3a11add3a64_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:85b7fba9e21150b719c00c9db7f41bf316de7cf72bb12658222f0c64d5e4e0cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:a1a9ffe4c3d12fd672271f098a10a111ab5b3d145b7e2da447ef1aaab5189c12_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-storage-operator@sha256:e1309b96f43ff96f6d2490c206e1eb3112f11a68c14f90c8064344d525373a8f_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:27ad97c38c1658fb6f966ad2d9206ef33a4ead0e3856856b5e212f6c6179f9c2_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:62d393dd4692390ee25abc27fe27721cd30f141ee4dc4a70cda4f0a6af1fe685_s390x", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:daedb8cfd1a4ac798f313cc0ef7543b822c47449bf5acb8bdfe6eafb08c3af98_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-update-keys@sha256:ead04c4782e72f5de13d4c4b65f691100a44a5118d42e230723c5a751b3a6375_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:07d59f85ab9d0dae34fe3390a15cede6fb7d1f98ec8bd78843dfab152bd6ce18_arm64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:7fd989417106fe770c0e739d47b9bedd2b2a34ed1f8e6b725cd172679af2609e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:a4b00a7810910ea260de0d658c0d3d1a0b9ac8867e92c34573503f11de59017a_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-version-operator@sha256:d4f7dc75e5bb59d630c6d4d8f773639094938e2eec5d8f548aa342adc42b5a61_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:14d4a6a2803361d5bb445ccca3109fdc2fab2304c88ec49454fe35da0b8ebb9c_s390x", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:2e63d11b87d6ce60247011acc82959218f707816482bfb10cb680b1cb92031a5_arm64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:7c2783e21f259126efaf89772f533f65ecf90178ff0de3cab845e0af28ca5576_amd64", "8Base-RHOSE-4.12:openshift4/ose-configmap-reloader@sha256:99f7d5ccb80151dd13f354c77f0803a16117ae4caf476eb7c88b1fce2420bc0b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:12bbc3b1c5d436a6c4020aad55d89e65c244098fe343057aa46993421cb78140_arm64", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:440b7c1a914db75d7f804b6cbbc57bc4e2a845a586c096e01f181a3801abf360_s390x", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:8ada763bc53b820555ef7c5a37f56485999ad9860d4c48ff49c9299135f7cc81_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console-operator@sha256:98d4eee0edefa5f976980e36667e217efa0575e91252a99c98bb5a7e4f1bed1f_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:45ce25aa01ce77d2d7ad8cc2914686e07e71489c8ec625bc920f14ef83b94f33_amd64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:4c8cd0c379172e38d3ae925e017a7de619be45219b63e63175f6e91e5438d279_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:9c15d36f59526e510a58af3962e5e5560b009e8a1a2ef41487eff8ee72b49da1_arm64", "8Base-RHOSE-4.12:openshift4/ose-console@sha256:b7bdea83ae53e60c1c02ecf7c2470a52eb35e979f0fc9036722a8c2f00260443_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:56f56ff1a44e507b4499297d69a4591214e48411de912cfe892919e5f8b8eba3_s390x", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:8ba9f2ee3f6ae7cd7581f09a6a86fc17396aef00bc6ec4ca270aedebc7478d7f_arm64", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:a2c0395234325017bda73d4406b5a05c18ccbbf11d5fe362a92ebfb570524598_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-container-networking-plugins-rhel8@sha256:d03a73b14daa7fe32294f62fd5ef20edf193204d6a39df05dd4342e721e7746d_amd64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:57d934a467936c1319b002184dcdcfa1698a7ee50b09dc0078a04f151fd24d06_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:622ccf15a6582d3c85da9a478c9e4a0e465940c9b5a917af7f048ed40b854cbf_s390x", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:782438942652d17d04836acd9230e81b1fcd3aaac3813b5db82dd7f93ddf0473_arm64", "8Base-RHOSE-4.12:openshift4/ose-coredns@sha256:dfdf833d03dac36b747951107a25ab6424eb387bb140f344d4be8d8c7f4e895f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:aaecefa40eb4268ee5f4a0b4e8218274e52d3ea88a6e894bb1337287a69fc43f_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ffc20e34bfbe4d54936efc0324522384d833aee6c72a012edc7d644146dc0523_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:135115519e10a95daff127891836d8627e391b2a09ebaee81c8a51f5118d107b_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-manila-rhel8@sha256:21b93f59f533b8540f2e0bf7d07cb15b0da662b66048502b3773c6047df2e957_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:1b0dd1e20bcaaf0a9529db8d12c9d9ccf22244aa84cb49b30703ffb5813b4172_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-nfs-rhel8@sha256:224bac3fe426ee8e7433b9d484645d03061c6dc2d88c25a8a917761dd36c3bda_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:50d79d12a42720e7b630cfed0f67533c9a248ef6b6d106fabf8730d7c25d4682_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:66c58d76cb755085d2400eed3984d956b9b4182de28892a8447e9615f1831fd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8d0a6a1d20351264ff7e12f1727c8ad5bcc179f6da87f41a5b962e6d01d35a66_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d89776062a025fd41dc10b828f8cd4c66577d66ef54d57e2a634a843e243b020_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:014d2ac0484354624a63c92a97f045107cdce5167929cb650e886cdf64112ac8_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2bcccfad8af182975ca1691d6919daf8ef44fe36e228750356ce39041b990792_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:614817eab19b746ab9967aa1da46f0ff5c23756dcff3bd0eef772513ad9f8e77_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f75fcffcdd6ce49eb9ee1d094b93a42ced4c851e57d5e0d9d7e0500ace733b50_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5d263154d6c3f7d75486020633bab805257bc250308840ec3f387f96c5681489_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:669903ad7d0aa550d1fc0d180572fc902d6f1201760870ae66e1facfd4302b63_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b007deccf4037f51879810be30d0edf78bbbfbf9571d54f2abd14216c9dbf624_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:dc01b4708060449738404227912c599afb21ce1eef83e3d82f6dc4274c134522_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher-rhel8@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:2114e5317978c2c1477227815d67a9644be932f539aae3d87febeb93bbe1bb05_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:72ac22df9ed95638b3049799732fbc3d04071b01f0bf8f9c470c31d113329850_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:ab4b9ad5114d8fc53ec73045e973a8be2faa0975195113e96e07fcf8ad86a7e2_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-external-attacher@sha256:daceea817b45c07353de0170040f8fa538e94df40160c72f839ac1118a64ab69_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller-rhel8@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:2a0f4c42a172c9dba806efbb1f404b7c07e585994428b052468284d8ce07e6ea_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:4157563ba6a92058a2faa148de3b3bd30fde80bb583ef4c43458117ec104fa15_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:631012b7d9f911558fa49e34402be56a1587a09e58ad645ce2de37aaa20eb468_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-controller@sha256:af59b0b88f5166381bae428823e50d1b9c35aa3bababf2f1cb1ca1095198d207_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:452e34e505ea44cb4a72f11fae1429fa66dbf1814354268de1566d3d767f8557_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:64d2859a676ccc0e3e9683e708692b485a83bdc233d4cc6bdfd9678bd31a7bf6_arm64", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c4d79619f639bb20da1fa4500cc690b31a282e546a40e387253725404010d097_s390x", "8Base-RHOSE-4.12:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f876250993619037cbf206da00d0419c545269799f3b29848a9d1bc0e88aad30_amd64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:0cf351fefc5245fc87207e1f259628b3db5e9af0ffef9fda2fd7868b0c68e244_s390x", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:38b429ae4957e4eecb9d02371bcab85d6e5a69264d0e5d3ebe259900784bffff_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:d3712248cdd07922d82885e77f25f0c1f430481bf0083771b5705c5c6add3477_arm64", "8Base-RHOSE-4.12:openshift4/ose-deployer@sha256:f1d08a4fed20e6f9fe569f173fc039a6cc6e5f7875566e1b3a4c5cddcbf0c827_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0493954244ea5550162fe8b44564f14d4a3160ef02e60709b71d37a2b093b280_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:0ab51a11899d80692b93b406b2680c465a4d09b737f417d633b127d30c7e506f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:374bbb5e8c2a52246fe4117712db6b7c26f4dc92421765adb13663804363bceb_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-builder@sha256:91496407bea46c76443337eb7fb54aa9ddf9f69856940c2d5ec1df4220d0f8fb_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2eea2f3c3eaf657e64837e748cc6c1c3f5f6a3ceedb38937ed403511bdf569b0_arm64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:2f04a30cd7a5b862c7b8f22001aef3eaef191eb24f4c737039d7061609a2955a_amd64", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:32a9f943969de276cd784b83a85756eba26ae585b16d96ab564f113d9d0b4231_s390x", "8Base-RHOSE-4.12:openshift4/ose-docker-registry@sha256:e01da0d8e96797b9b3c984ba597955ff1950e27dae3f91d0b3afbad5be30b857_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4331a9cca44f520002f82e98aec828b7938fb89678b80de5557449216650f678_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:924aacef830f58390824be7fa30095562bb59f377e9547499e2eafc5edf3fbd3_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c1c09ad463a505d1bd15f8aadaa8741b1b472b563548d378f96378a9310d612_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:0c436b4962ffe79b9f38cc97e481748205164af7ce8d2d3d50ea338a5c81ffcc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:0a6f39d0633539f922b48117cea4291e76cefc654d715862a574cc9d09cabb63_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9c68219b9acd6ddb12134c1508896e385f11bd06c7edf2c1bb374ad46e55dcde_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23aa852e53d100812ac350f626d4c67b836e1311c4a98874669fdf4d0aa0e70b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:df2a341e8ff6aeedbcbeca3a1ec6d55d96b41b9398064c7fc4d0a376e714b34f_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:04cf677bb94e496d99394624e7a2334d96a87c86a3b11c5b698eb2c22ed1bcb2_amd64", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:7ea56384a52cc908e4046428c36e438eeb052fc59f9e0875b163b85dabc999e2_s390x", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:8337d199439d667c47eecfd849cbb5c7d9547225a0b0a94e34da7e4920a8c6ed_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-haproxy-router@sha256:a44ddcb16d3ee352d1320af8ecec3d17d38f6667159c700b6a64f8ac9aeae9d0_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:662c00a50b8327cc39963577d3e11aa71458b3888ce06223a4501679a28fecd1_amd64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:afac966a75ef6708740355600ebcbc1d70c815603eb69b10acffeb39410d104a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:b31c4487ab4fa6a643891b5d103621d99831236dca27aaa1992802d8cf85520a_arm64", "8Base-RHOSE-4.12:openshift4/ose-hyperkube@sha256:d2ab57641de84e5143a6c05b4f31565b773af3225abe3c989e16a96900442bfa_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:44a75e9f1c7366e7384041e647b48fb5ed89e797801b542729488f056f4a9a7f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a2d73062f7520dbcd62c44b6b816ef7f21423cadbd0b098ee756c359f26e079c_amd64", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:a56f95fbc2dc2499e015e88c15b636a14f969e9be9182cddfda8a17f35635d57_s390x", "8Base-RHOSE-4.12:openshift4/ose-hypershift-rhel8@sha256:fabf2eb6f0d868c5d48e209ac91f47bddecb784e83e3e9a51c63bb6fc42375df_arm64", "8Base-RHOSE-4.12:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f47dafc7ee3a7fa1f7b02ec61fa42050b359d039fef0a72e3eecaf54803bf405_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c10a40e725a753741a94948c2e8889214650ec564a7959df85b8bbf4be2a3b03_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:6a39c87357c77e9a95115229c673c0194ac0d343ffc61fb057516c00306442e7_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:c3370a5e63eecf56ccdc17e8523a0ed836c8a5c775d1ce1bfe6b63042bba098a_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:abcd56c7e511a8bdb729d5fb83042e52471adccef206066f024b0888d4aa1235_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f01c2cdc020742cf5d49260a92e2bfe4984e37e0c5409f5522144299b73c7cb9_amd64", "8Base-RHOSE-4.12:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:359cd94c60b36d288b2e60113984e465c5741ee8c461d33c0cb50777e6d5f19f_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:0b64eced17c0ca3122c2f2b0992c10608cc51b19db6945f693c3f60df599052a_amd64", "8Base-RHOSE-4.12:openshift4/ose-image-customization-controller-rhel8@sha256:a8ea8e5fe7b3828ef20fd76a45bab6939b5702eea00b7ff6ae4648c0de0a5c65_arm64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:1ca38017beea262e209daac9e074f37596f45adc7a70518e49502621ebe2e009_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:8d6a5c4d92e4357adccbefd1eaa7681ac5bd424f4106e6a52f88d819348fc15d_s390x", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:cca18ee8f9680c755e8b31aeec058b8d29fbdc6cc5dfb03158391fe81ee166bc_amd64", "8Base-RHOSE-4.12:openshift4/ose-insights-rhel8-operator@sha256:d028ef81d7e798627896cc85502c99725b50718ce065d68cb5d2e1e4f8e6b298_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:6b6e834e63b75e2ddb1bb36c0457134d16980bd097345134190a95a87eb00fa2_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:76c3f9dcfa17b24dbdb120653892ed2b71260d52ae09151461c983765a9a7378_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:948a67096a43e8a08556145d4ab6efb8447780c7956baf8feec1756cd2b8df3f_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer-artifacts@sha256:d9a7cdeb08a569070a9fa123d199f3c69627d0fe61f7de7907b4c56cc3df7dc7_s390x", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:10dbf0bd5d806dfa4d0c3255e41d9afa638299bf7b6e5a602ad057bcffad8c5f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:1739c7cf0844140d041edce5e99654e9276ca9b2542ec00c4fd327495dbd6cf5_amd64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:7b0cafbd00e1fa1b2cf1fe6a42bce601d0a86db7c6e121644ed9b11ee285a6cd_arm64", "8Base-RHOSE-4.12:openshift4/ose-installer@sha256:c738ae3ddffa5eef800bb65fef86a805c91043cc76cc6aa3a1526894ae183d30_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:2c9eaf69eff6af831f66c11e88f3e03fd680ffa5cf043618cb9d800bd9873f94_s390x", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:56e8f74cab8fdae7f7bbf1c9a307a5fb98eac750a306ec8073478f0899259609_amd64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:8522e50c4dd952eafe97697324195d42de367a425c2abe78517c37791c5a8b46_arm64", "8Base-RHOSE-4.12:openshift4/ose-k8s-prometheus-adapter@sha256:ac52beb2b0c3626437cfdebfa1eea7a764c0f63c53ea932d635e36c5adcced3c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:0807f5527f8d72f187bd10faed8200bcc3926a84158c831dcb647a9dead9a534_s390x", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:191ec02eb8ff178f744b70ce207bf70650fe6fd7ce929ce09390313edd24e520_arm64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:1d05f6f7f9426edfc97bfe275521d1e885883a3ba274f390b013689403727edb_amd64", "8Base-RHOSE-4.12:openshift4/ose-keepalived-ipfailover@sha256:50e57ddab2d2c80d74c2031bcec85c052cbf1e11029a7bf7f537fe7b8f474a16_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:3a0f52941da37eab81507241541daefa270ba9a82525eaf1b59e80d7bd69fc29_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:c38a66d2b954d26c6f09bda51aaedbdd2d7358f64c8923be7002684e215c6d74_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:d6581f4956c34f0581d62185568fd42d8d321568144427e17c078f0338e34b4d_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-proxy@sha256:de611d57d3ca325dd2f4a3eaeeb82afdaf1416ddf62c255bba340992f23da2e3_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0988b682428b67e877cdd40e24a2f5db5ef19ce62b38f95156d0256b21df8150_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:0f5fd80278f30d3de87dac6a551492b9f8cecfb25321d5b02cd4e14e4ed6f93f_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:6bf81f3f50362a21c05e1997f9ac117cc36d5c519998fd60d668c2cb6667b252_s390x", "8Base-RHOSE-4.12:openshift4/ose-kube-state-metrics@sha256:f2f70f1bd12128213b7b131782a4e76df20cbc224b13c69fff7ec71787b5499e_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:52eddfdb2ed25210c51d45df671b620eac44c88cff725ef8b60eb5fb66797b57_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:658b11f4ef5b67fc1556c3b335f8b5731f3d255fc6cba59485f5267019d96e39_arm64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e36c1c4e383fd252168aa2cb465236aa642062446aa3a026f06ea4a4afb52d7f_amd64", "8Base-RHOSE-4.12:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:fb5128ba9563c808f7c8f824073b2ae4291335968671f79ca4cfa3618dc85bb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:17ea4363246ae50ec3b298f435ea955bba6275438fba2c3cd3279e966b4c37ff_arm64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4b0fb23ce30efc84183fe51084b7df7439db1c8757e758fd8ea6d13a6e4ab0d4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:b01066c3af59b3c626f6319cab69d1e2e9d2dc6efa6601c727ee6a79d671d3ca_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:dbe30098ec18e4c80b74942c72f05ff602379312bd6d268c5217dd50f23c0c6c_s390x", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:5fbe1ec3f8087e953df40f001985e7e2666acb7cd00ae89f7a6a1141293fce01_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-cni-rhel8@sha256:6098321849ea5533809a4a50970d4bea844db65eaf3ec6bf4e730db8d588dda2_amd64", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:129314dc9759f2a4ac9f2644198c2ef59e9ee3d4bc8751c6e72037aca6752d7e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-kuryr-controller-rhel8@sha256:1d50aa23307ef22fd98ae5870fb3e8194a92db206a7203bb2bb231805858f4f2_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:559d764897ea8e2161fea6ef8ea19aa5f298716598659d4e158307d88cd7ef91_amd64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:5e99aad1964349365c8efabdf02f14428e664d36bc09a282057273a95d8873d5_s390x", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:849807396438caec3f554c639039b20c7a0d0c1ae53405dcd449b2c783fd2b6f_arm64", "8Base-RHOSE-4.12:openshift4/ose-libvirt-machine-controllers@sha256:e746cc2d8fc4cc64383509bf7150f46f76e876a30ca050288b45502871bba683_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:13486b6c43ac0e7559c5e0ffeb7a5d544d80cd9418e57643736e153e343a2f62_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:1b496dba66ddc7a91e1ec1df9088e301f0643619067db9c2cfc5e2214510a299_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:2f103b47d3e0474680cccca26e7be28ab59e8c9b4879cdf878ea830aaf515416_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-operator@sha256:4cf2098b00e34e0500612a0f40d4f4d40cf9724ca9ad9ec2892a441b29c257d0_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:d02500a8395c38baf9e5df82be1ab19e89dbfeebd086dc31cd038d9b20e68387_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef9db227070ef68b463ed902ff609cb8ae2859aedf30d69367f0feae248832c9_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c73efc9a5ffe8d209aee3b12564c1ff707370606255716b7cf0f94c130ba4b62_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-azure-rhel8@sha256:eb16b1950eeef243d01e9716a69bcda11c8b322afe136a03eae255cba638bc91_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:6e531fed76ef92bd85ec174016dc268087caa6e48585a68470b259c51af8938d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960b368249c9d4c660e7ac8494d9c85ecc157807c691f4842757504953be45e1_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1b7e4df1cb802bf56e1cb0e46131a3b1da20c0666397a87ae4dab61f2fea5c02_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa58fd83725d4b3ec814f8225b98b63952b5f0bb18a620180088cb10660bb20_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:77d66d06ec411045b5c270931fbafdf911ca29c149b3268d7d742c1d0c5eeee7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:ccec64d094945c83da94fc99305ab675cd157f2c14ce0f8f1681dbefe8663e81_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:01331a5c3add5bddb2fc35df0750ee83ba4bc267d8d5b5a730f3f54c52638aef_s390x", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:4841fa23c40ae2a4f4ab5588d58fe600d8daf2c75fae8b5b0a0447166ecf90cc_arm64", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:c0a585b20b01d9ab1dbd8821a9912629b6bb0796f4864d53d8b65adca63d2736_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-config-operator@sha256:e6f9b6fdba34485dfdec1d31ca0a04a85eff54174688dc402692f78f46743ef4_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:4d7c0fc2653fb9405f0697988df96e122179da0a6c8dba360909a59740dc31c3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:d4b0cfad345fbb97c2d092268dc53cdec17c5e3115212fefcfb58c7ac4652717_amd64", "8Base-RHOSE-4.12:openshift4/ose-machine-os-images-rhel8@sha256:f82ce59aad4618b991d51e77f25ce6505fc971cc511146e89627862243e9fd50_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:01387c8a07f754fa763aae59b47e48cbb0fc411f54f803faf7edc03a993c3364_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:3957a29b8ed144b1a13c3a40a1605cc753d60c2b51700f73674232ea34c6fe74_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f465f4dff852ac8bef46bc03768dec99407f614b5c3cd163c8beb8d106327840_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-admission-controller@sha256:f87f071c3aa8b3932f33cd2dec201abbf7a116e70eeb0df53f93cccc0c3f4041_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:3e8052b154b54c44968af1a206c7e709aeb06cecafa4c9c2385217789f926e9e_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:98e721a0e288557f3573eb1767ee285e72403024aa297e9087a255787115b4a6_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ac7662c5d82dff011156a9bdf16c01c72f037670f2bbe529e7db659d1a2f107c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-cni@sha256:ae783ee6a05beafca04f0766933ee1573b70231a6cd8c449a2177afdaf4802a0_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:6dfb088441caa4aed126cc0ccc02e82c663f1922e4ae13864357e5c5edc6e539_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:8d735ddc4138879c72c0d2501dc3db33f6a7b981614c1e62c39a8ac5f1444c92_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:a845176bd9db12cfbf0b205b474f9d0cd3803b63e26f4420206d929e499b6005_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-networkpolicy-rhel8@sha256:f08096a1cc7bc21ba6170d3d7436014240744f6ba0d20dc0924bf2808c07b717_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:238c03849ea26995bfde9657c7628ae0e31fe35f4be068d7326b65acb1f55d01_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:2f22baeb57c70e4849f270b9000b22314b75edbd5891fa473a4faaded398a200_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:7d61cd76529cbe4e27509631bb4e6b5bf353ff48e13436b6189f650f8680f1fe_s390x", "8Base-RHOSE-4.12:openshift4/ose-multus-route-override-cni-rhel8@sha256:e64b928a3d66a9884bf8e30d90913839ebb2d59a1aecb3acdc47a0b5ec68ea1b_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:10367f869d38dd3db9fcefb8dc8597465aedc4982d9018440a671d565a944013_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1d74f4833b6bb911b57cc08a170a7242733bb5d09ac9480399395a1970e21365_amd64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6805121a31474ecbbdc3e76183081d8cf95b444a2b15f0262f5c06de8c0f0779_arm64", "8Base-RHOSE-4.12:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f4fb6b005c6616e0bb68b5f1f60fab8653ab8aaffa82a378ef99ab197817c0f3_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:07d359641e4827bc34e31a5cefaf986acf4e78064fef531124cac0ed6da3e94c_amd64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:69f5bba54fa69f2c714685845e909bf7af5b19c32dec41157c46112e23c6bcd3_arm64", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:7e82d6abe2a7410f292972360f9c486107cc3666837fb1f215392f3eb65d5560_s390x", "8Base-RHOSE-4.12:openshift4/ose-must-gather@sha256:ea36d74b20e23b1cda64f7b749e27634b435204a84ae2723e0d8252e8f1464bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:1e51912268092977e4ab5037883157e6de5b44567715401f6bb92cdb9b2e05dd_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:5fd3543461062636a22fb3ea97cf2f5dc8801388b100a8064ba546f4f1b102e5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9c407846948c8ff2cd441089c6a57822cfe1a07a537dff1f9d7ebf2db2d1cdee_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a892300eaac73c8b9ed0bb07ad87714fcbf3c2b5972dbe3b09aba5cdbdb5c5ab_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:41709e49c29b2764beb118cc25216916be6f8db716ed51886b8191ea695d94e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:489c4d4ff5a015e4ae413313d77d88be42400431afecaa19533748f040616023_s390x", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:a51b3726dfb2d4301944c6318e1a4af18d6145583467a5ab7a3b30ac0a09c647_arm64", "8Base-RHOSE-4.12:openshift4/ose-network-metrics-daemon-rhel8@sha256:cd1f1922f0bb4dfb884aa30b5a14f4f3312076f63ac4d154d625741f57ecb735_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:fc1a3d5dd67b5e15339b9a5663897a02948853e4dfa8414b0d883210eacf51f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:0c2dbcae1ed4c1dfe809e4df765e115d2bda18d203ee44ab3a55afdc2c8fae61_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:3c3fa8ff8a9d9fb1a7ee0a112cbe471664dbfb0f33ae0c0337ad080606b5df1f_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:bf17748a2750d30f15efa87001d5b8aa9dc03e8607a345a8a1c8276f79650840_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-apiserver-rhel8@sha256:dfca545c1b42ae20c6465e61cf16a44f9411d9ed30af1f9017ed6da0d7ebd216_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:1e406642f8453e7bcc70b0d4e18c0fe35fd74947f7c9310c2961448d275eedc7_arm64", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:799a7475c233f2740beecda6c6248ee939502ad9e5ece5d953788b511620bc96_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:b0f323fb3af3ad70daa8a13a493fa4337b0ffd9e4c380130f4be3882e98dcc8e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-proxy@sha256:f968922564c3eea1c69d6bbe529d8970784d6cae8935afaf674d9fa7c0f72ea3_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:34d0ffc8c857e439001914ba5e034e3a0860b0c1778323b7f6823795d7b1bf87_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:69072d2a18e65e6c4bd8326f6ea2a213ebd222083756d40b2e575d03f695cbfc_s390x", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:7d756df4dce6ace35ff2aecf459affb7cc1bef2aa08004d62575ec09f6c76c86_amd64", "8Base-RHOSE-4.12:openshift4/ose-oauth-server-rhel8@sha256:fa9c5027d6a7740a84e292e595feb3de11fa35a82328d6fea5ae6f36d237dcfc_arm64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:2ba94e46ce9c4ab4f1a81419fd963a88ff82afbe99428c2d6c9f71e721a324b0_s390x", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:5be59eba6970435d4d886f5b17ba117df5d24c84150406de4f30194534df7f0d_amd64", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:656f3e2ce797f22499d7d9432bb48b356d882d804be6bae831e8af061a2ab09b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-olm-rukpak-rhel8@sha256:d25874db8f14868b99c1620fb2171ad295a081d231b80fdcdca12e7853e48f3d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:1b6e710bcb42df7da7db70d8b6622f0bf799ff08ffd5552abcf410aa6d9defbf_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:310a538d171ef8d2bbfda760436b48ab8860b675015d7fb95eed2dccf8639b3a_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:47bc752254f826905ac36cc2eb1819373a3045603e5dfa03c7f9e6d73c3fd9f9_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-apiserver-rhel8@sha256:ed90b910787c3644be5c56749224674b3abc21db194b1e6fa93b0bf0747abaf1_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:6394da6b4c2c6b2105d590b3b795f5c425367110441f8e1298c2b8e6d4ea94ce_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:8b807686db24f897178aa8d73e9953d09a96a40b407ba321be9960775d7ad2b8_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:cbd3c2fdde5503541ba9ace8ff1272532ef5daebb48507a2c608d179e4a73518_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-controller-manager-rhel8@sha256:fbeeb31a94b29354971d11e3db852e7a6ec8d2b70b8ec323a01b124281e49261_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:06285dddb5ba9bce5a5ddd07f685f1bc766abed1e0c3890621df281ddc19ab1c_amd64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:93edb0b070cafb6f6810b942880c702e116096dac8c50d00342c7efc09aa9d43_arm64", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:a4d94480da73e59e8dd16693f15ecc09b6e909a386ae03a5cc72a8a8cf3aeab3_s390x", "8Base-RHOSE-4.12:openshift4/ose-openshift-state-metrics-rhel8@sha256:cfb55377e179137ca572b12073f00267547c083689eb1b7368b086d6db0693d5_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:342a2ed9932c84861731badb3fbb12015dba8cf69ed86d396f5cb3f6308a884d_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:58433407a13004176dd3285def578cf18e1625c46c92e408dc4605607897fd24_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9a36d8b885d9c0cf166cd75b4b5b8adb50f4e9bb2b169661532955d7cb67600d_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:cecd97771b28aa8860ba7be55586957508582267a892f5c293822d935d8c01cc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:06e9c50a2a02577e1edd074072d58cb18ebc6ab74fb07238111b28af065a12cb_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:64ece1401f1cb9f9d2ad176854872824f2485b807708c82e14ac00d2d2508bc3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:76611c9624ecafa96b845bfcf1c18d311c23f902312b7cb44986276964d7378e_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ec401e777d785785fc5cfc6e56a9c0a479543bc42e8583521760c763fd57a199_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:00d57251cf5e9f0952f127c44fc1df7ef836e48934d04cd5216c1874a1057163_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:22f9bb09ea12a8c73e3f688648bc67e73059c4ed14ef905b1070a74d4012133f_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:2a69720cc09e72e4e6aa85d9d36267643259a6410710338eb55e313d83cf41f3_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8f4e1b0fd341949e3144365f9de0fe874ac037d439f8db613f250a472da04545_amd64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:1730d60190a725e3346a4c3d2364f82195f182e7c83d704e525e32d1e41648dc_arm64", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:324ff5a5903ccce07192eeee877d915a5990ef0387558e6f9afb213d1ba9d0f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:3ba80ecdc0c4316cbabde31c4ad097bb85c20daca518e1b87bc59e8fc5346159_s390x", "8Base-RHOSE-4.12:openshift4/ose-openstack-machine-controllers@sha256:cbf4dd5b96efc49d4d14bcdfa652ed48e9382e8c068c0bb321edef6ae94c4207_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:6d0618e6a3ca5c5c42daf97df6d6db479a4a3501861bd13b5a40db58751429bb_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:c84caf46badccefc8baec966293bcf1867de931bbab619bbe75cc921751389eb_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:f1d71ba084c63e2d6b3140b9cbada2b50bb6589a39a526dedb466945d284c73e_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-lifecycle-manager@sha256:fe9a121f66019d55a4e93922d2697c493ac7765a89700910933df094bdd11e29_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:6866c4ce55cb06251f68eebeab0b0d6ee58776ff6857555a3a1e6271ed90a78a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:7e302ed0b1f7fd93a22e1071929117dd2285d87a30b3d51f6ca5870b98f7cbb6_s390x", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:92cf914a6d95815579efa6a919563c701029e0229102b2d8e73ff3f1fca35ffc_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-marketplace@sha256:a1858b601ef47c6354128261ac6435fd5bc5dc6947d9f89c02ae9d05fe5e0a10_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0a636f039068a5cec1d6312f6b987627765bcee4d7c17fc37d42944c8df57f0e_arm64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:0bd27ac97240e1529d7d3b2bbc84726fc3639c18a3e68d4fcb434f0f5e0c7dd3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:46a0c17957b0dc426d81e29365727746d24784d83148457d1d846b5830d2d45d_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-registry@sha256:5fde748cd6a92bb967ab3eca5289cb1fd9e2fedb10ea77bb37c1c03c2aab846c_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:37ae69facaee4365d3fc31d4318e8f8b3397df1fa61ca387aedb54d56ad90fd7_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51d4a54cd5219b330a9addd90e8723d3a730008577171e011f2ea0d6ae734dc5_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:535402e3e77447c84c6ac0023872c21c90dcfa3fbf0a622aa41c446a1a33448a_arm64", "8Base-RHOSE-4.12:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6488d79fe2ec4081904fea31a582aad4192ba62f2dcbddfe3ef50202748a28e_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:59169caab369bf7f362bbcf98155e7a8f85fe97c3446dfaa6bc4c2cb6f48fc38_s390x", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:7c2da680b90294ade2394c1e7bb5f61924e004d78087758057a773ba162caa2c_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:84ec1f865f595a3d0d36a7149ebcb959c6a5aa5e24333ca9d378d9496a9a91ae_amd64", "8Base-RHOSE-4.12:openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:fe94a7a18834879e70a7ef6e601f6c0a8512dd4973a166a3e0db2374f8a6e538_arm64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:2037fa0130ef960eef0661e278466a67eccc1460d37f7089f021dc94dfccd52b_amd64", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:3b0f13b6683cf152815680f6d2da4c0b5d325f1b56e40817f42606b95aa892f3_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:c09528f1cdf240f02266dbe23d241e10ca22f21406d0d881aa4eaf8053aca4c9_s390x", "8Base-RHOSE-4.12:openshift4/ose-pod@sha256:ea3b314d3d794304bb524f4040c631ad69e3eaea607208f897e23a62702ddd19_arm64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:16741008dd065e1263d68b90963464bc2f127543357710278cc92d09b189185e_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:c263b11dcd5304d779999f2540a30ea190b3a0f760a2e246c96d37a92c0f3492_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:924e1f8672e3d6bf42997489edab26998999e960d81cd0e0491ac39d278fe48f_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:f3e0c7f02f5a74bdce2fec9be177cb36b6ee77869c82ef07f242a464d55c375d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:545e00f4012d49e0b8b186150b4b2fd0fed44afcd9be49d37942e0dd20f6a514_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e40f30a04d66ff1fc06d7b46f2f02da87269a1e11d79c2ab3db77d7d021cc163_amd64", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:064aa81c65b9197c6cfb6fd1ade5683e9b5ef1c3641696f1cf895f488765f8b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e7da6fad74fc1437c265d512669f75f238e9da7cb8c179d43f40db30a2e8bec7_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:74eaf6f82a5fbe818eb65a7c38b6fdabb26d33b789e1e1297740d72bc78a1cec_arm64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:756f3f02d7592b100d5fcf2a8351a570102e79e02425d9b5d3d09a63ee21839d_amd64", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:9b4d53d5f45ef15364956ee2987a5f6c8c5af0454d4a466950371415c1883b27_s390x", "8Base-RHOSE-4.12:openshift4/ose-prom-label-proxy@sha256:abfb498b75f345203da7105fca9b91468540dc88f7c0d05b0b80fc283bd6906b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:05c460892f79b592b1ee26b4feb2db383a248ea9675b44f3f175d4bbd73f521b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:589e1c8f0f889c57600c93b8e0a07c8ca654cd05850442e77a80cb559d217cc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:5fb26d5eacf579c49a3a80b3a1a8ad07e4acca0f80ddf58505e25ea4b40deabc_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-alertmanager@sha256:782acf9917df2dff59e1318fc08487830240019e5cc241e02e39a06651900bc2_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:4f637104d07411b1832ec292c661a1853c3e2ffa01405689a43747deaa00a874_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:6c517179890f8d683f559b655336a3704a68ee4fc3b6aaac48f19d8bb3993cb4_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:d1705c63614eeb3feebc11b29e6a977c28bac2401092efae1d42b655259e2629_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-config-reloader@sha256:ea07daa8ee37fcd064599991686a9881a5e4e4b92b2192dc79ee316f57e9882d_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ddae6ee5f577270a9fa2553e9faf3e74ebe9c5449fbd9a1a27792ecb1e5e15b_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:7ecf76246d81adfe3f52fdb54a7bddf6b892ea6900521d71553d16f2918a2cac_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:8825d2c2e6d4b65cf84aa2f35fafab7564ea6de8dc632ec1e09ca799ed3d9179_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-node-exporter@sha256:f8ef222e291d3ab3976daa168354456b95c12bd1d6dd2395424a4293d4b3e968_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:03d916dfae5da08a426bd8f684ee5fd02a291d13e5052af628c965abe76cd871_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30784b4b00568946c30c1830da739d61193a622cc3a17286fe91885f0c93af9f_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:37e8b68cc7051e8a1767cd9d108e96ec200bf4e9711bc32094a5598b075c62a0_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fe50d66ce34d37f3d54d08098fc7624e8bf5a90697e9e508fb0dc21a3ba683ad_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:503846d640ded8b0deedc7c69647320065055d3d2a423993259692362c5d5b86_amd64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:6719ed6f2de236a86e2c7530829591baf2f84d5e74686496e20ca79e0076e1bb_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:8a66f66a14a6c6f407c0d25cb333431eaf1a6fdbd866e9bc2be6ecaf138a43e5_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus-operator@sha256:f70d3f6f5078b3ab1acf31ba0facd7f85a33168a581b557660e6699531f448bc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:017a81e15ab99b421bc11481351a787f49f604d4beece0e79babaa1a3f739852_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:1736a9069233e4461e58eea441f289d6c8ff7b72b87676aeb939590e05f6fc11_s390x", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:5b5ade6798197d95c89d4de57e5fa186a56d29a0ffd364c4e2ae6e45ade80be0_arm64", "8Base-RHOSE-4.12:openshift4/ose-prometheus@sha256:917b84445c725430f74f2041baa697d86d2a0bc971f6b9101591524daf8053f6_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:33304a923feb34beaa341b8a9c61fd863d7a09a0372a81284d46c837f520d2f6_arm64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:602b8643211c409ca8e8e8649cad26a490dabe31165bf2acaa7281e09e35b13a_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:87d28ea25934e84f93eea0235344d33039c5ee5cce80ca5a1a0c8bca82797f5d_amd64", "8Base-RHOSE-4.12:openshift4/ose-sdn-rhel8@sha256:bf17867f093ccbd6247055d374b3812afb21de867ff0bc7e23fdacf9d44ff021_s390x", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:14794ac4b4b5e1bb2728d253b939578a03730cf26ba5cf795c8e2d26b9737dd6_amd64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:2427ed3e368da7b1122c9aa0bf732cb3955c172158b08a297a982fecb67196bd_arm64", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:8606e20143b7ae8b699fc0ca41f1b3e0b9ccb298f1e79f1af88093037d1f42b2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-service-ca-operator@sha256:fe260e9cf1b342997e81ec1b90c30d0e4098a21056c7b0d69b41b8f4eb57709b_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:51c76ce72315ae658d91de6620d8dd4f798e6ea0c493e5d2899dd2c52fbcd931_amd64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:60a0eef86e2408c60b9bac43f8af0f79a85fc88cce4c1a49e042c8e8487a9102_s390x", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:61e5e39d0cf94e954c33ec44bd9c0b0c78f3f3b39906af02afe017c1a1671c78_arm64", "8Base-RHOSE-4.12:openshift4/ose-telemeter@sha256:c77d1e782dc5ec875fd385c55f0e9cbcada24235d4f7cbf93aae957cbe64eca2_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:40876658cf852fb4628c5f8dfbc49ab174a76356df3a4269a52f6342d3fc06bc_arm64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:7233826e59b2b730c43c257f81971b8f517df42ba43469af61822fdd88ebff32_amd64", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:760d94873c58efb7cd633aeed1332a23b08d87257a5a84fb7a29989641078a65_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tests@sha256:fa5da62ca5eecf7511cbe09843509ffc4c16d7b19fe4cbdd2782546f069cc4e6_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:00d1be95201020c5cb1d3fae3435ee9e7dc22d8360481ec8609fa368c6ad306e_amd64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:791ccb4d575a7da3add25d5ac92cb64b191a442a79f2acd95516c1feaa08ecc4_arm64", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:93e11cd4cff415edcbfccef9f75645294639bf928a00d286747ae0408398f18d_s390x", "8Base-RHOSE-4.12:openshift4/ose-thanos-rhel8@sha256:b2b4783cb3a0289d0711e147a7e069e06aafb5ca292b687d32e5bd377323c0dc_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5a1147c0fdd0c56e7929cd9931c2a1780c09206290c0f58a2ce4716da1da299b_arm64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:5e82028b254f3e5c9248375bdc0c7667805ee4d20074f99b8065cbcbe5e5e288_s390x", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d4edb2f3ffbd1a017d150cd1d6fca7f3cdc6a1a4e34c21a6aee0ab0366920bf0_amd64", "8Base-RHOSE-4.12:openshift4/ose-tools-rhel8@sha256:d66f725334f0e367ba43f07a297829ce38f7be283a1d1ceed36c42e5606f364d_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:a8e933351f3a010239ecfe1bdc74a8e2502b29fd7b7c05fcccfc2d48e980ea2c_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:fc5cd7d5ac1dcb4049a819e3e557ec78991bc01fd2d5fee252c284a37c0ec631_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:1ddea003dd0de85bb4f6d7e9106c54125858a162fe1fda1f238258418fcb52e8_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e0c13c6d2ab5436bf18211b15bf2ca9d3798964f5e03ed761c0e4708cf8d4e88_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:89cea54cc62014f0c2709b27942fdae5f7613e8f1540ea51b44328cf166b987f_amd64", "8Base-RHOSE-4.12:openshift4/ose-vsphere-problem-detector-rhel8@sha256:80a6200b0c18486bad5abe5804a62bed7436daa56f0296e7b19c18f84b3b8b1b_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel7@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:596d18e9a4be00f7c5f1ef536b0d34b3a3a5b826807650cc866bbb7976b237b4_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:78c194f9e0ceeafe9139018b3584eaadc83eaef9824e1484c0064bec9184f49a_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:925d8dc47e1602c31785a7e8c2c43f06e210c80867ceebadb052351e553c13e9_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f5639e382bf69e75f4d4f04a6dcd5ea041c41d224078d7fb5c34b77a7dfc4a8a_s390x", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:188ca13d611ccbed80a14e30133b830eeefa6bd3eeee8d57a954e845ab1f507e_ppc64le", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:5b8216bf05a4764f8dd01167ea57a672bbccdd7d63756dcf805f58d5674f60af_arm64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:6836669f4cd027feee475175af282686fc1ad2ed8862e54726e2c897865f8d21_amd64", "8Base-RHOSE-4.12:openshift4/ovirt-csi-driver-rhel8@sha256:b7365319889f3c3003152022595ed7246eb42c7d4f3be0de83187192b41ddf4b_s390x", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:920ffbcfe14f5b2122d1fe7c079fa1d45df63c0e6b50ce9c953dcc2d482bcc82_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-agent-rhel9@sha256:e5a111fb589ae9d3e7bfe0f41d538fe5513c1f85b9f9b172f2e86af1cca2f160_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1d705b2e2406512e5cb28239d92bb062ce3152880d74644a8f2728a27c28a6aa_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:63bb9b5f57d595636502d9f4ae62b4f93fe57e84c3cf42b3a50e5c0386950d70_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:30328143480d6598d0b52d41a6b755bb0f4dfe04c4b7aa7aefd02ea793a2c52b_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-rhel9@sha256:452c0b31f7ce6717639e5722cf0c55c8b14ca7b7889b69a49dde864d59765e05_arm64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:4c62cd5fac0f7f8ae25b2498a02ebdc79b4af10c4246c1ac3da0b1d3a46407ec_amd64", "9Base-RHOSE-4.12:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9421ff328d10f2f7e19abcdc2f3592cac49c3dacb0aa25e24279b023dbd0be95_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0296" }, { "category": "external", "summary": "RHBZ#2161287", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161287" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0296", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0296" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0296", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0296" } ], "release_date": "2023-01-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:36:40+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, aarch64 architectures.\n\nThe image digests may be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags\n\nThe sha values for the release are:\n\n(For x86_64 architecture)\nThe image digest is sha256:4c5a7e26d707780be6466ddc9591865beb2e3baa5556432d23e8d57966a2dd18\n\n(For s390x architecture)\nThe image digest is sha256:ab70750be4fadf5a525141ae32a8577c91dd19f1d6e582a6824339c938216ec0\n\n(For ppc64le architecture)\nThe image digest is sha256:5a5943dea60b40f73ecee685b12fff1d65cc8bfe946f762fdfe862969483ddbb\n\n(For aarch64 architecture)\nThe image digest is sha256:cb34667519d1cfd8eedf0fb27e14b7b7e6209323b86977bfaadf91da012d179d\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift Console\nor the CLI oc command. Instructions for upgrading a cluster are available\nat\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7399" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0a145ef26c02b44a5b0cc1f6ae69127eab02111bb4353b6d816c8986d458c1b9_ppc64le", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:0f83421fb1400b13e0dc807d7e321f274dac4cd8da1734031da419203ad88505_arm64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:24d9b9d9d7fadacbc505c849a1e4b390b2f0fcd452ad851b7cce21e8cfec2020_amd64", "8Base-RHOSE-4.12:openshift4/ose-etcd@sha256:fe463ec82e564f87af1fd8fdf4df398c080f97664ecfec232e4537bdb4b563ea_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openshift: etcd grpc-proxy vulnerable to The Birthday attack against 64-bit block cipher" } ] }
rhsa-2023_0328
Vulnerability from csaf_redhat
Published
2023-01-23 15:26
Modified
2024-11-06 02:18
Summary
Red Hat Security Advisory: go-toolset and golang security and bug fix update
Notes
Topic
An update for go-toolset and golang is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.
The golang packages provide the Go programming language compiler.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
For 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.
Bug Fix(es):
* Internal linking fails on ppc64le (BZ#2144547)
* crypto testcases fail on golang on s390x [rhel-9] (BZ#2149311)
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for go-toolset and golang is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.\n\nThe golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Internal linking fails on ppc64le (BZ#2144547)\n\n* crypto testcases fail on golang on s390x [rhel-9] (BZ#2149311)", "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-2023:0328", "url": "https://access.redhat.com/errata/RHSA-2023:0328" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2149311", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149311" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0328.json" } ], "title": "Red Hat Security Advisory: go-toolset and golang security and bug fix update", "tracking": { "current_release_date": "2024-11-06T02:18:01+00:00", "generator": { "date": "2024-11-06T02:18:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0328", "initial_release_date": "2023-01-23T15:26:30+00:00", "revision_history": [ { "date": "2023-01-23T15:26:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-23T15:26:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:18:01+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.1.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": "go-toolset-0:1.18.9-1.el9_1.src", "product": { "name": "go-toolset-0:1.18.9-1.el9_1.src", "product_id": "go-toolset-0:1.18.9-1.el9_1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=src" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.el9_1.src", "product": { "name": "golang-0:1.18.9-1.el9_1.src", "product_id": "golang-0:1.18.9-1.el9_1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.el9_1.aarch64", "product": { "name": "go-toolset-0:1.18.9-1.el9_1.aarch64", "product_id": "go-toolset-0:1.18.9-1.el9_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=aarch64" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.el9_1.aarch64", "product": { "name": "golang-0:1.18.9-1.el9_1.aarch64", "product_id": "golang-0:1.18.9-1.el9_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=aarch64" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.el9_1.aarch64", "product": { "name": "golang-bin-0:1.18.9-1.el9_1.aarch64", "product_id": "golang-bin-0:1.18.9-1.el9_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.el9_1.ppc64le", "product": { "name": "go-toolset-0:1.18.9-1.el9_1.ppc64le", "product_id": "go-toolset-0:1.18.9-1.el9_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.el9_1.ppc64le", "product": { "name": "golang-0:1.18.9-1.el9_1.ppc64le", "product_id": "golang-0:1.18.9-1.el9_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.el9_1.ppc64le", "product": { "name": "golang-bin-0:1.18.9-1.el9_1.ppc64le", "product_id": "golang-bin-0:1.18.9-1.el9_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.el9_1.x86_64", "product": { "name": "go-toolset-0:1.18.9-1.el9_1.x86_64", "product_id": "go-toolset-0:1.18.9-1.el9_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=x86_64" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.el9_1.x86_64", "product": { "name": "golang-0:1.18.9-1.el9_1.x86_64", "product_id": "golang-0:1.18.9-1.el9_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.el9_1.x86_64", "product": { "name": "golang-bin-0:1.18.9-1.el9_1.x86_64", "product_id": "golang-bin-0:1.18.9-1.el9_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=x86_64" } } }, { "category": "product_version", "name": "golang-race-0:1.18.9-1.el9_1.x86_64", "product": { "name": "golang-race-0:1.18.9-1.el9_1.x86_64", "product_id": "golang-race-0:1.18.9-1.el9_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-race@1.18.9-1.el9_1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-0:1.18.9-1.el9_1.s390x", "product": { "name": "go-toolset-0:1.18.9-1.el9_1.s390x", "product_id": "go-toolset-0:1.18.9-1.el9_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=s390x" } } }, { "category": "product_version", "name": "golang-0:1.18.9-1.el9_1.s390x", "product": { "name": "golang-0:1.18.9-1.el9_1.s390x", "product_id": "golang-0:1.18.9-1.el9_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=s390x" } } }, { "category": "product_version", "name": "golang-bin-0:1.18.9-1.el9_1.s390x", "product": { "name": "golang-bin-0:1.18.9-1.el9_1.s390x", "product_id": "golang-bin-0:1.18.9-1.el9_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "golang-docs-0:1.18.9-1.el9_1.noarch", "product": { "name": "golang-docs-0:1.18.9-1.el9_1.noarch", "product_id": "golang-docs-0:1.18.9-1.el9_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.18.9-1.el9_1?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.18.9-1.el9_1.noarch", "product": { "name": "golang-misc-0:1.18.9-1.el9_1.noarch", "product_id": "golang-misc-0:1.18.9-1.el9_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.18.9-1.el9_1?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.18.9-1.el9_1.noarch", "product": { "name": "golang-src-0:1.18.9-1.el9_1.noarch", "product_id": "golang-src-0:1.18.9-1.el9_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.18.9-1.el9_1?arch=noarch" } } }, { "category": "product_version", "name": "golang-tests-0:1.18.9-1.el9_1.noarch", "product": { "name": "golang-tests-0:1.18.9-1.el9_1.noarch", "product_id": "golang-tests-0:1.18.9-1.el9_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.18.9-1.el9_1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64" }, "product_reference": "go-toolset-0:1.18.9-1.el9_1.aarch64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le" }, "product_reference": "go-toolset-0:1.18.9-1.el9_1.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x" }, "product_reference": "go-toolset-0:1.18.9-1.el9_1.s390x", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src" }, "product_reference": "go-toolset-0:1.18.9-1.el9_1.src", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" }, "product_reference": "go-toolset-0:1.18.9-1.el9_1.x86_64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64" }, "product_reference": "golang-0:1.18.9-1.el9_1.aarch64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le" }, "product_reference": "golang-0:1.18.9-1.el9_1.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x" }, "product_reference": "golang-0:1.18.9-1.el9_1.s390x", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src" }, "product_reference": "golang-0:1.18.9-1.el9_1.src", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64" }, "product_reference": "golang-0:1.18.9-1.el9_1.x86_64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64" }, "product_reference": "golang-bin-0:1.18.9-1.el9_1.aarch64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le" }, "product_reference": "golang-bin-0:1.18.9-1.el9_1.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x" }, "product_reference": "golang-bin-0:1.18.9-1.el9_1.s390x", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64" }, "product_reference": "golang-bin-0:1.18.9-1.el9_1.x86_64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch" }, "product_reference": "golang-docs-0:1.18.9-1.el9_1.noarch", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch" }, "product_reference": "golang-misc-0:1.18.9-1.el9_1.noarch", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-race-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64" }, "product_reference": "golang-race-0:1.18.9-1.el9_1.x86_64", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch" }, "product_reference": "golang-src-0:1.18.9-1.el9_1.noarch", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" }, "product_reference": "golang-tests-0:1.18.9-1.el9_1.noarch", "relates_to_product_reference": "AppStream-9.1.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "known_not_affected": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-23T15:26:30+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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0328" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "known_not_affected": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-23T15:26:30+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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0328" } ], "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": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "known_not_affected": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-23T15:26:30+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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0328" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "known_not_affected": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-23T15:26:30+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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0328" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "known_not_affected": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-23T15:26:30+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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0328" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "known_not_affected": [ "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-23T15:26:30+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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0328" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src", "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x", "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64", "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch", "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2023_0264
Vulnerability from csaf_redhat
Published
2023-01-19 11:03
Modified
2024-11-06 02:14
Summary
Red Hat Security Advisory: Red Hat OpenShift (Logging Subsystem) security update
Notes
Topic
An update for Logging Subsystem (5.6.0) is now available for Red Hat OpenShift Container Platform.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
Logging Subsystem 5.6.0 - Red Hat OpenShift
* logging-view-plugin-container: loader-utils: prototype pollution in function parseQuery in parseQuery.js (CVE-2022-37601)
* logging-elasticsearch6-container: jackson-databind: denial of service via a large depth of nested objects (CVE-2020-36518)
* logging-loki-container: various flaws (CVE-2022-2879 CVE-2022-2880 CVE-2022-41715)
* logging-loki-container: golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)
* org.elasticsearch-elasticsearch: jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)
* org.elasticsearch-elasticsearch: jackson-databind: use of deeply nested arrays (CVE-2022-42004)
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for Logging Subsystem (5.6.0) is now available for Red Hat OpenShift Container Platform.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Logging Subsystem 5.6.0 - Red Hat OpenShift\n\n* logging-view-plugin-container: loader-utils: prototype pollution in function parseQuery in parseQuery.js (CVE-2022-37601)\n* logging-elasticsearch6-container: jackson-databind: denial of service via a large depth of nested objects (CVE-2020-36518)\n* logging-loki-container: various flaws (CVE-2022-2879 CVE-2022-2880 CVE-2022-41715)\n* logging-loki-container: golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n* org.elasticsearch-elasticsearch: jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n* org.elasticsearch-elasticsearch: jackson-databind: use of deeply nested arrays (CVE-2022-42004)", "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-2023:0264", "url": "https://access.redhat.com/errata/RHSA-2023:0264" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2064698", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698" }, { "category": "external", "summary": "2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2134876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134876" }, { "category": "external", "summary": "2135244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244" }, { "category": "external", "summary": "2135247", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247" }, { "category": "external", "summary": "LOG-2217", "url": "https://issues.redhat.com/browse/LOG-2217" }, { "category": "external", "summary": "LOG-2620", "url": "https://issues.redhat.com/browse/LOG-2620" }, { "category": "external", "summary": "LOG-2819", "url": "https://issues.redhat.com/browse/LOG-2819" }, { "category": "external", "summary": "LOG-2822", "url": "https://issues.redhat.com/browse/LOG-2822" }, { "category": "external", "summary": "LOG-2843", "url": "https://issues.redhat.com/browse/LOG-2843" }, { "category": "external", "summary": "LOG-2919", "url": "https://issues.redhat.com/browse/LOG-2919" }, { "category": "external", "summary": "LOG-2962", "url": "https://issues.redhat.com/browse/LOG-2962" }, { "category": "external", "summary": "LOG-2993", "url": "https://issues.redhat.com/browse/LOG-2993" }, { "category": "external", "summary": "LOG-3072", "url": "https://issues.redhat.com/browse/LOG-3072" }, { "category": "external", "summary": "LOG-3090", "url": "https://issues.redhat.com/browse/LOG-3090" }, { "category": "external", "summary": "LOG-3129", "url": "https://issues.redhat.com/browse/LOG-3129" }, { "category": "external", "summary": "LOG-3157", "url": "https://issues.redhat.com/browse/LOG-3157" }, { "category": "external", "summary": "LOG-3161", "url": "https://issues.redhat.com/browse/LOG-3161" }, { "category": "external", "summary": "LOG-3168", "url": "https://issues.redhat.com/browse/LOG-3168" }, { "category": "external", "summary": "LOG-3169", "url": "https://issues.redhat.com/browse/LOG-3169" }, { "category": "external", "summary": "LOG-3180", "url": "https://issues.redhat.com/browse/LOG-3180" }, { "category": "external", "summary": "LOG-3186", "url": "https://issues.redhat.com/browse/LOG-3186" }, { "category": "external", "summary": "LOG-3194", "url": "https://issues.redhat.com/browse/LOG-3194" }, { "category": "external", "summary": "LOG-3195", "url": "https://issues.redhat.com/browse/LOG-3195" }, { "category": "external", "summary": "LOG-3208", "url": "https://issues.redhat.com/browse/LOG-3208" }, { "category": "external", "summary": "LOG-3224", "url": "https://issues.redhat.com/browse/LOG-3224" }, { "category": "external", "summary": "LOG-3235", "url": "https://issues.redhat.com/browse/LOG-3235" }, { "category": "external", "summary": "LOG-3286", "url": "https://issues.redhat.com/browse/LOG-3286" }, { "category": "external", "summary": "LOG-3292", "url": "https://issues.redhat.com/browse/LOG-3292" }, { "category": "external", "summary": "LOG-3296", "url": "https://issues.redhat.com/browse/LOG-3296" }, { "category": "external", "summary": "LOG-3309", "url": "https://issues.redhat.com/browse/LOG-3309" }, { "category": "external", "summary": "LOG-3324", "url": "https://issues.redhat.com/browse/LOG-3324" }, { "category": "external", "summary": "LOG-3331", "url": "https://issues.redhat.com/browse/LOG-3331" }, { "category": "external", "summary": "LOG-3446", "url": "https://issues.redhat.com/browse/LOG-3446" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0264.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift (Logging Subsystem) security update", "tracking": { "current_release_date": "2024-11-06T02:14:54+00:00", "generator": { "date": "2024-11-06T02:14:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:0264", "initial_release_date": "2023-01-19T11:03:41+00:00", "revision_history": [ { "date": "2023-01-19T11:03:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-19T11:03:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:14:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHOL 5.6 for RHEL 8", "product": { "name": "RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:logging:5.6::el8" } } } ], "category": "product_family", "name": "logging for Red Hat OpenShift" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.0-68" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.0-21" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-331" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-91" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-270" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-285" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "product_id": "openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-72" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "product_id": "openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-71" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "product_id": "openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-322" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "product_id": "openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.7.1-8" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "product": { "name": "openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "product_id": "openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-46" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.0-28" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "product_id": "openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.0-53" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-110" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-43" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.0-68" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.0-21" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-331" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-91" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-270" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-285" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "product_id": "openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-72" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "product_id": "openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-71" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "product_id": "openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-322" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "product_id": "openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.7.1-8" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "product": { "name": "openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "product_id": "openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-46" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.0-28" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "product_id": "openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.0-53" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-110" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-43" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.0-68" } } }, { "category": "product_version", "name": "openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "product": { "name": "openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.6.0-142" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.0-21" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "product": { "name": "openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.6.0-130" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-331" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-91" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-270" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-285" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "product_id": "openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-72" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "product_id": "openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-71" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "product_id": "openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-322" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "product_id": "openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.7.1-8" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "product": { "name": "openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "product_id": "openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-46" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.0-28" } } }, { "category": "product_version", "name": "openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "product": { "name": "openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "product_id": "openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "product_identification_helper": { "purl": "pkg:oci/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.6.0-172" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "product_id": "openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.0-53" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-110" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-43" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.6.0-68" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.6.0-21" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-331" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-91" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-270" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-285" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "product_id": "openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-72" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "product_id": "openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-71" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "product_id": "openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-322" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "product_id": "openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.7.1-8" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le", "product": { "name": "openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le", "product_id": "openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-46" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.6.0-28" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "product_id": "openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.6.0-53" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-110" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-43" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64" }, "product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64" }, "product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64" }, "product_reference": "openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64" }, "product_reference": "openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x" }, "product_reference": "openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64 as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64" }, "product_reference": "openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "relates_to_product_reference": "8Base-RHOL-5.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le as a component of RHOL 5.6 for RHEL 8", "product_id": "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" }, "product_reference": "openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36518", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-03-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2064698" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: denial of service via a large depth of nested objects", "title": "Vulnerability summary" }, { "category": "other", "text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-36518" }, { "category": "external", "summary": "RHBZ#2064698", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-36518", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36518" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-57j2-w4cx-62h2", "url": "https://github.com/advisories/GHSA-57j2-w4cx-62h2" } ], "release_date": "2020-08-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: denial of service via a large depth of nested objects" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "cve": "CVE-2022-37601", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "discovery_date": "2022-10-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134876" } ], "notes": [ { "category": "description", "text": "A prototype pollution vulnerability was found in the parseQuery function in parseQuery.js in the webpack loader-utils via the name variable in parseQuery.js. This flaw can lead to a denial of service or remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "loader-utils: prototype pollution in function parseQuery in parseQuery.js", "title": "Vulnerability summary" }, { "category": "other", "text": "Packages shipped in Red Hat Enterprise Linux use \u0027loader-utils\u0027 as a transitive dependency. Thus, reducing the impact to Moderate.\n\nIn Red Hat containerized products like OCP and ODF, the vulnerable loader-utils NodeJS module is bundled as a transitive dependency, hence the direct impact is reduced to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-37601" }, { "category": "external", "summary": "RHBZ#2134876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134876" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-37601", "url": "https://www.cve.org/CVERecord?id=CVE-2022-37601" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37601", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37601" }, { "category": "external", "summary": "https://github.com/webpack/loader-utils/issues/212", "url": "https://github.com/webpack/loader-utils/issues/212" } ], "release_date": "2022-10-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "loader-utils: prototype pollution in function parseQuery in parseQuery.js" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-42003", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2022-10-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2135244" } ], "notes": [ { "category": "description", "text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS", "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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-42003" }, { "category": "external", "summary": "RHBZ#2135244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42003" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003" } ], "release_date": "2022-10-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS" }, { "cve": "CVE-2022-42004", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2022-10-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2135247" } ], "notes": [ { "category": "description", "text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: use of deeply nested arrays", "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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ], "known_not_affected": [ "8Base-RHOL-5.6:openshift-logging/cluster-logging-operator-bundle@sha256:5d23a3070de2f99187bdbfa22d174a6c2cc3f649041c3b245fbb09716d43ef26_amd64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:68fb404f3a4c9ed1801943fa2ebe881f3bba7756eb07167897e0e314976fb2d5_ppc64le", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:6bb28d1d4b02ca917b0b9bde85f19701dcb2622e9f2edb8763701c6dfe0e24cf_arm64", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:790a836cc11b2c00da7192b9b015b60f37aae1b16d667dec1bebd42c350b2914_s390x", "8Base-RHOL-5.6:openshift-logging/cluster-logging-rhel8-operator@sha256:c7e150a9ca0a73f408a75c10938d0fe9d40119a3820819911b79e288816ed964_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-operator-bundle@sha256:ffd0eca485e307aecb2c63b55d0b3c12cef7df50462f84bd29d35acec35f5463_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:7118d1063e36241c329aba318e4e1e9b786ed190dcdcad4bd47bcbbb3ed403d1_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:a9cfe6cfab32fde71adafc7610e002aaa0c46de9d650083d77b52b3a35703ead_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:e3170b6c62d4bb4dc6ca77c57005ba71ddb844767d69dd13b61aa2e333577e8e_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-proxy-rhel8@sha256:f24b8dd673576e03b5e759a3b906e176e1f72704050483d06e2403415e7ca9d7_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:2711fac0ffede01998c444552e354bb000fbfddbb92989e1b65378f26fbcd127_arm64", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4afba3e79b74b131daf317ff257794d41af443722e3412aabed88f7c14dbc136_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:4fe4f86fa912c533b67c3c51ded894914d2de64adb829cd5483de2138e7a7c8c_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch-rhel8-operator@sha256:b81c24ca60bf144b5abea582b60d669ccbb4f3c4bf920fde596b466831822a3e_amd64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:4d45dc2403cdde02b556e5ee0ef8d09403bf602de26dbd291e7d4d173154d593_arm64", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c22141221795a43d5d7f62400a9e8a29a88426cc48d53ace5cd53b9e5fad179b_s390x", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:c65ce2a082ca42db7aa154a35e1e64b0ea97abad232411e28d64d7be0b8f7b40_ppc64le", "8Base-RHOL-5.6:openshift-logging/eventrouter-rhel8@sha256:efb0d4ccc141ed513e1763aa3d3c290590f099f7ff6bc66a4f0fb05a1e816357_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:3a950c73793a13c854e70e5149a06432217751ddb123b74f1c0b464a6f6330bb_ppc64le", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:ed63f88f55cd7a37a79d6f55f43ed66f03df81eff2c5cfbd80c815c0a228c23e_amd64", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:edec56f852ed44006e02b8774725d9a53a31262b1686f0eb64a9499e1182e869_s390x", "8Base-RHOL-5.6:openshift-logging/fluentd-rhel8@sha256:f1b6f8da207711125204805b14b33e00df196478291fb8092f6935c23616017e_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:20d4683b3d58dc8cecb212e4228f9be17683669f0468d3d5a19f79f9288bf050_ppc64le", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:c94e490f2db36788c4ef8fdfddf1f9015820fe566b521e5675e9c21ffd6dd268_arm64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:e469e40ff731d17a9e6139d7ea07dc6a3be04bbd0663f57aaa0df95ca4bd4015_amd64", "8Base-RHOL-5.6:openshift-logging/kibana6-rhel8@sha256:f417563e42f6c48b87c563d19211bf109d6f04294ad4c9c8d565a8f03e7a98f2_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:2e0198621752c21e91880c43e0e9422a47a9c0896a203db650627b94d0bdca3f_s390x", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:724138ce2f29e8f8e15a190b7b99f78f65130b6e3136defd419ba1e45cdb2fef_arm64", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:8ea6f2d793049e2c1e36d9680d9a10c5f9b36bbdeb9b04da046f12a8458889e1_ppc64le", "8Base-RHOL-5.6:openshift-logging/log-file-metric-exporter-rhel8@sha256:de74ce01341c7d828f2062761a0a55d26d9404c037660b5375e24d6852a75776_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:2e2a06e0d36b930c8a9377d2dddb1f38084fe63a9b64f6ea08387354d5387643_amd64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:738813a7633e6ad5157023bb5d6be4a183b26efdf57ea97f24fe58f482dd478f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:918c79919caf0cdf08f3f35c1537472893ab3765f19950ccd0b2dd88c2f66464_arm64", "8Base-RHOL-5.6:openshift-logging/logging-curator5-rhel8@sha256:ab8c4d7a32d21a47cf8918d0f9e14bedbb441c29210b4218f18e6166687d3918_s390x", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:1d7363ec7ab256aa0855153d6b60dda68f97f526bf3cc74c56e01a0fa729ee3f_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:3aece4f28845789d752cf8bb1fe9576ed744a04037ab4c377df612e58f7f1594_amd64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a49d73d230c4e869322ffc622edd1afa772143a16f972faf5789a94e0e082dcc_arm64", "8Base-RHOL-5.6:openshift-logging/logging-loki-rhel8@sha256:a7bd9cea0fb94dcbf5e7656d5478f02cbdd98cf68df15d6944488be1bf3139df_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:028d9723585dd67607a3b37562107fbb1c909a241d8493e70aa32511d985f051_amd64", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:1ece8f1ac42a23e083a2c0ecc85d5bb54b9cf0bc456b3bb22a42cbe84505ac23_ppc64le", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:5a67525a4f1f68aba4af8c7414d98d30f99280d5d135e1e00d5b72558fd06357_s390x", "8Base-RHOL-5.6:openshift-logging/logging-view-plugin-rhel8@sha256:86e2e187ef7ccf6db444d39b4e2d3c192b9a9dff8594eefb71caedd134574cbb_arm64", "8Base-RHOL-5.6:openshift-logging/loki-operator-bundle@sha256:e76e2484009b14313587ed664d2e25972328a20e25395f10ddc1d74add74e894_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0321c12065ce746b2816a13de56e6ba3a9249ca8cd4af8be323cc07bcbb88122_ppc64le", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:0fd489d18145e3b377f1fc09e9f8e8b810b1cf5d7eeedb6e5a156b768105ffc8_amd64", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:6b943512129de2f170a8fcc339c1d7a03428c3c67d703692507c24a81d706968_s390x", "8Base-RHOL-5.6:openshift-logging/loki-rhel8-operator@sha256:b928fad29ba5e0329eced4d762887a375cea06cbbb0fc3b7beddb1c8057dccb0_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:013c8de091db9550fc2d1e78289d9a3e7e28409c314f3c63d19b0e5ffe3ab62f_s390x", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:10c7951328a81f2de9b7ecc91f3fd3d4bc822fa86f21f8a53d25c135248bc5c2_ppc64le", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:6faf9a67fd1e9f57358409f6afdc45f3df94d6aa7d1eba7be3fe369dc5956c4f_arm64", "8Base-RHOL-5.6:openshift-logging/lokistack-gateway-rhel8@sha256:9a769e66142bb770bdb7010aefd0a0459205f08509e3e012fe68913390cba464_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:232ab968f4939f7033e766368b6b8bcee1c95b23f50d882046770389fc08d239_s390x", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ae2561c4d894a080f843f4e1c094800d4001bff0f5e85a6add7d9d80b026418a_arm64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:e29725dbfb9ec4987166b65635cc3d9cd51ef70dd4276ebe4440c4d838dc37cc_amd64", "8Base-RHOL-5.6:openshift-logging/opa-openshift-rhel8@sha256:ff883b736157042771802f19c84eb6c420736437dc74022127edcf277d7f0729_ppc64le", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:3e71263bd9c7f0654a1e6d301b6a48be3b08afb162f52466e7343c3dc651b8d1_arm64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:55bd4ac20eeb722e3f9d3f84f5f66917cfdea1e84e39c7580e5934b9e1317fdb_s390x", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:a8686cd3895df86eaf7bfb57113e3d8c99feeea34fdf8b0e84d536e902f0c791_amd64", "8Base-RHOL-5.6:openshift-logging/vector-rhel8@sha256:babd18762568da07bd303280429f825b736fe423c4122d402da8d2defd5df030_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-42004" }, { "category": "external", "summary": "RHBZ#2135247", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004" } ], "release_date": "2022-10-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-19T11:03:41+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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:0264" } ], "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-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:7883cee3de6e04b2c740b3e24c1eaed17b89248a8415e97ab85e695dc6388598_amd64", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:a31f98d2deaf78d52c68a3f861ba09db418d1eba5db9b29cc78cc7a23cfb2675_s390x", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:acf7b739c2205fed8946d09d1c5ba2c7adeb2347fb18ac373c28618ad7d63299_ppc64le", "8Base-RHOL-5.6:openshift-logging/elasticsearch6-rhel8@sha256:c1c89eb7e7d5908c46db46dbc1e6eb80ed5f51fe994df0b7f6f9c4549975d406_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: use of deeply nested arrays" } ] }
rhsa-2023_2204
Vulnerability from csaf_redhat
Published
2023-05-09 10:11
Modified
2024-11-06 02:53
Summary
Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update
Notes
Topic
An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from 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-2023:2204", "url": "https://access.redhat.com/errata/RHSA-2023:2204" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index" }, { "category": "external", "summary": "2119980", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119980" }, { "category": "external", "summary": "2122843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122843" }, { "category": "external", "summary": "2123373", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123373" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2125249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125249" }, { "category": "external", "summary": "2132250", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132250" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2136504", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136504" }, { "category": "external", "summary": "2137364", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137364" }, { "category": "external", "summary": "2139645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139645" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2164560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164560" }, { "category": "external", "summary": "2174158", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174158" }, { "category": "external", "summary": "2177699", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177699" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2204.json" } ], "title": "Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T02:53:16+00:00", "generator": { "date": "2024-11-06T02:53:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:2204", "initial_release_date": "2023-05-09T10:11:21+00:00", "revision_history": [ { "date": "2023-05-09T10:11:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-09T10:11:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:53: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 (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-1.el9.src", "product": { "name": "weldr-client-0:35.9-1.el9.src", "product_id": "weldr-client-0:35.9-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-1.el9?arch=src" } } }, { "category": "product_version", "name": "osbuild-0:81-1.el9.src", "product": { "name": "osbuild-0:81-1.el9.src", "product_id": "osbuild-0:81-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild@81-1.el9?arch=src" } } }, { "category": "product_version", "name": "cockpit-composer-0:45-1.el9_2.src", "product": { "name": "cockpit-composer-0:45-1.el9_2.src", "product_id": "cockpit-composer-0:45-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-composer@45-1.el9_2?arch=src" } } }, { "category": "product_version", "name": "osbuild-composer-0:76-2.el9_2.src", "product": { "name": "osbuild-composer-0:76-2.el9_2.src", "product_id": "osbuild-composer-0:76-2.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@76-2.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-1.el9.aarch64", "product": { "name": "weldr-client-0:35.9-1.el9.aarch64", "product_id": "weldr-client-0:35.9-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-1.el9.aarch64", "product": { "name": "weldr-client-debugsource-0:35.9-1.el9.aarch64", "product_id": "weldr-client-debugsource-0:35.9-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-1.el9.aarch64", "product": { "name": "weldr-client-debuginfo-0:35.9-1.el9.aarch64", "product_id": "weldr-client-debuginfo-0:35.9-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "product_id": "weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-core-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-core-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-worker-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-worker-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "product": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "product_id": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76-2.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-1.el9.ppc64le", "product": { "name": "weldr-client-0:35.9-1.el9.ppc64le", "product_id": "weldr-client-0:35.9-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-1.el9.ppc64le", "product": { "name": "weldr-client-debugsource-0:35.9-1.el9.ppc64le", "product_id": "weldr-client-debugsource-0:35.9-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "product": { "name": "weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "product_id": "weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "product_id": "weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-core-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-core-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-worker-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-worker-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "product": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "product_id": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76-2.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-1.el9.x86_64", "product": { "name": "weldr-client-0:35.9-1.el9.x86_64", "product_id": "weldr-client-0:35.9-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-1.el9.x86_64", "product": { "name": "weldr-client-debugsource-0:35.9-1.el9.x86_64", "product_id": "weldr-client-debugsource-0:35.9-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-1.el9.x86_64", "product": { "name": "weldr-client-debuginfo-0:35.9-1.el9.x86_64", "product_id": "weldr-client-debuginfo-0:35.9-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64", "product_id": "weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-core-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-core-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-worker-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-worker-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "product": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "product_id": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76-2.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-1.el9.s390x", "product": { "name": "weldr-client-0:35.9-1.el9.s390x", "product_id": "weldr-client-0:35.9-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-1.el9.s390x", "product": { "name": "weldr-client-debugsource-0:35.9-1.el9.s390x", "product_id": "weldr-client-debugsource-0:35.9-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-1.el9.s390x", "product": { "name": "weldr-client-debuginfo-0:35.9-1.el9.s390x", "product_id": "weldr-client-debuginfo-0:35.9-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "product_id": "weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-core-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-core-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-worker-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-worker-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-debugsource-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "product": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "product_id": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76-2.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "osbuild-0:81-1.el9.noarch", "product": { "name": "osbuild-0:81-1.el9.noarch", "product_id": "osbuild-0:81-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild@81-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-luks2-0:81-1.el9.noarch", "product": { "name": "osbuild-luks2-0:81-1.el9.noarch", "product_id": "osbuild-luks2-0:81-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-luks2@81-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-lvm2-0:81-1.el9.noarch", "product": { "name": "osbuild-lvm2-0:81-1.el9.noarch", "product_id": "osbuild-lvm2-0:81-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-lvm2@81-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-ostree-0:81-1.el9.noarch", "product": { "name": "osbuild-ostree-0:81-1.el9.noarch", "product_id": "osbuild-ostree-0:81-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-ostree@81-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-selinux-0:81-1.el9.noarch", "product": { "name": "osbuild-selinux-0:81-1.el9.noarch", "product_id": "osbuild-selinux-0:81-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-selinux@81-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-osbuild-0:81-1.el9.noarch", "product": { "name": "python3-osbuild-0:81-1.el9.noarch", "product_id": "python3-osbuild-0:81-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-osbuild@81-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "cockpit-composer-0:45-1.el9_2.noarch", "product": { "name": "cockpit-composer-0:45-1.el9_2.noarch", "product_id": "cockpit-composer-0:45-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-composer@45-1.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cockpit-composer-0:45-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch" }, "product_reference": "cockpit-composer-0:45-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-composer-0:45-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src" }, "product_reference": "cockpit-composer-0:45-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-0:81-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch" }, "product_reference": "osbuild-0:81-1.el9.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-0:81-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src" }, "product_reference": "osbuild-0:81-1.el9.src", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:76-2.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src" }, "product_reference": "osbuild-composer-0:76-2.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-core-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-core-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-core-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-core-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-debugsource-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-worker-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-worker-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-worker-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-worker-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64" }, "product_reference": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le" }, "product_reference": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x" }, "product_reference": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64" }, "product_reference": "osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-luks2-0:81-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch" }, "product_reference": "osbuild-luks2-0:81-1.el9.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-lvm2-0:81-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch" }, "product_reference": "osbuild-lvm2-0:81-1.el9.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-ostree-0:81-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch" }, "product_reference": "osbuild-ostree-0:81-1.el9.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-selinux-0:81-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch" }, "product_reference": "osbuild-selinux-0:81-1.el9.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-osbuild-0:81-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" }, "product_reference": "python3-osbuild-0:81-1.el9.noarch", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64" }, "product_reference": "weldr-client-0:35.9-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le" }, "product_reference": "weldr-client-0:35.9-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x" }, "product_reference": "weldr-client-0:35.9-1.el9.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src" }, "product_reference": "weldr-client-0:35.9-1.el9.src", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64" }, "product_reference": "weldr-client-0:35.9-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64" }, "product_reference": "weldr-client-debuginfo-0:35.9-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le" }, "product_reference": "weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x" }, "product_reference": "weldr-client-debuginfo-0:35.9-1.el9.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64" }, "product_reference": "weldr-client-debuginfo-0:35.9-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64" }, "product_reference": "weldr-client-debugsource-0:35.9-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le" }, "product_reference": "weldr-client-debugsource-0:35.9-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x" }, "product_reference": "weldr-client-debugsource-0:35.9-1.el9.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64" }, "product_reference": "weldr-client-debugsource-0:35.9-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "relates_to_product_reference": "AppStream-9.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.2.0.GA" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T10:11:21+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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2204" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T10:11:21+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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2204" } ], "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": [ "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T10:11:21+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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2204" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T10:11:21+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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2204" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.noarch", "AppStream-9.2.0.GA:cockpit-composer-0:45-1.el9_2.src", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-0:81-1.el9.src", "AppStream-9.2.0.GA:osbuild-luks2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-lvm2-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-ostree-0:81-1.el9.noarch", "AppStream-9.2.0.GA:osbuild-selinux-0:81-1.el9.noarch", "AppStream-9.2.0.GA:python3-osbuild-0:81-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T10:11:21+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.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2204" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.src", "AppStream-9.2.0.GA:osbuild-composer-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-core-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-debugsource-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-dnf-json-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-tests-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.aarch64", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.ppc64le", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.s390x", "AppStream-9.2.0.GA:osbuild-composer-worker-debuginfo-0:76-2.el9_2.x86_64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.src", "AppStream-9.2.0.GA:weldr-client-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debuginfo-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-debugsource-0:35.9-1.el9.x86_64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.aarch64", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.ppc64le", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.s390x", "AppStream-9.2.0.GA:weldr-client-tests-debuginfo-0:35.9-1.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
rhsa-2024_2988
Vulnerability from csaf_redhat
Published
2024-05-22 09:48
Modified
2024-11-08 20:52
Summary
Red Hat Security Advisory: container-tools:rhel8 security update
Notes
Topic
An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.
Security Fix(es):
* urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect (CVE-2018-25091)
* golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents (CVE-2021-33198)
* golang: crypto/tls: certificate of wrong type is causing TLS client to panic (CVE-2021-34558)
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)
* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)
* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)
* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)
* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)
* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)
* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)
* urllib3: Request body not stripped after redirect from 303 status changes request method to GET (CVE-2023-45803)
* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)
* moby/buildkit: Possible race condition with accessing subpaths from cache mounts (CVE-2024-23650)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect (CVE-2018-25091)\n\n* golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents (CVE-2021-33198)\n\n* golang: crypto/tls: certificate of wrong type is causing TLS client to panic (CVE-2021-34558)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\n\n* golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests (CVE-2023-39326)\n\n* golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges. (CVE-2023-45287)\n\n* urllib3: Request body not stripped after redirect from 303 status changes request method to GET (CVE-2023-45803)\n\n* ssh: Prefix truncation attack on Binary Packet Protocol (BPP) (CVE-2023-48795)\n\n* moby/buildkit: Possible race condition with accessing subpaths from cache mounts (CVE-2024-23650)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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-2024:2988", "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index" }, { "category": "external", "summary": "1983596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596" }, { "category": "external", "summary": "1989575", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "2237773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773" }, { "category": "external", "summary": "2237776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776" }, { "category": "external", "summary": "2237777", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777" }, { "category": "external", "summary": "2237778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778" }, { "category": "external", "summary": "2244340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340" }, { "category": "external", "summary": "2246840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840" }, { "category": "external", "summary": "2253193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193" }, { "category": "external", "summary": "2253330", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330" }, { "category": "external", "summary": "2254210", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210" }, { "category": "external", "summary": "2262272", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272" }, { "category": "external", "summary": "RHEL-18150", "url": "https://issues.redhat.com/browse/RHEL-18150" }, { "category": "external", "summary": "RHEL-2598", "url": "https://issues.redhat.com/browse/RHEL-2598" }, { "category": "external", "summary": "RHEL-26594", "url": "https://issues.redhat.com/browse/RHEL-26594" }, { "category": "external", "summary": "RHEL-3088", "url": "https://issues.redhat.com/browse/RHEL-3088" }, { "category": "external", "summary": "RHEL-3093", "url": "https://issues.redhat.com/browse/RHEL-3093" }, { "category": "external", "summary": "RHEL-3146", "url": "https://issues.redhat.com/browse/RHEL-3146" }, { "category": "external", "summary": "RHEL-9836", "url": "https://issues.redhat.com/browse/RHEL-9836" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2988.json" } ], "title": "Red Hat Security Advisory: container-tools:rhel8 security update", "tracking": { "current_release_date": "2024-11-08T20:52:46+00:00", "generator": { "date": "2024-11-08T20:52:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2988", "initial_release_date": "2024-05-22T09:48:55+00:00", "revision_history": [ { "date": "2024-05-22T09:48:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-22T09:48:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T20:52:46+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.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "container-tools:rhel8:8100020240227110532:82888897", "product": { "name": "container-tools:rhel8:8100020240227110532:82888897", "product_id": "container-tools:rhel8:8100020240227110532:82888897", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/container-tools@rhel8:8100020240227110532:82888897" } } }, { "category": "product_version", "name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "product": { "name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=noarch" } } }, { "category": "product_version", "name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "product": { "name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "product": { "name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "product_id": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=noarch\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "product": { "name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "product_id": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=noarch" } } }, { "category": "product_version", "name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "product": { "name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "product": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "product": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "product": { "name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B21373%2B0d273fdf?arch=src" } } }, { "category": "product_version", "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "product": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "product": { "name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "product": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "product": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "product": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "product": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "product": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=src" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=src" } } }, { "category": "product_version", "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "product": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "product": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "product": { "name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "product_id": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-podman@4.9.0-1.module%2Bel8.10.0%2B21196%2B3f0abbca?arch=src" } } }, { "category": "product_version", "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "product": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "product": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "product": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "product": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=src" } } }, { "category": "product_version", "name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src", "product": { "name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src", "product_id": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B20326%2B387084d0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "product": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "product": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=x86_64" } } }, { "category": "product_version", "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "product": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "product": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "product": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "product": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=s390x" } } }, { "category": "product_version", "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "product": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "product": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "product": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "product": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "product": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "product": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "product": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "product_id": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aardvark-dns@1.10.0-1.module%2Bel8.10.0%2B21209%2B52deeb51?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_id": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_id": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_id": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_id": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_id": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.6-2.module%2Bel8.10.0%2B21371%2B46937ece?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product_id": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B21077%2B98b84d8a?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product_id": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.module%2Bel8.10.0%2B21366%2Bf9cb49f8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "product": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "product_id": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-81.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product_id": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B21340%2Bc6c7475a?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B20412%2B95ee28e2?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_id": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64" } } }, { "category": "product_version", "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B20565%2Ba40ba0e5?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_id": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-0.1.module%2Bel8.10.0%2B21350%2Bea09fba1?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_id": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B20326%2B387084d0?arch=aarch64" } } }, { "category": "product_version", "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product_id": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product_id": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product_id": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "product": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "product_id": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "product": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "product_id": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.3-0.1.module%2Bel8.10.0%2B21251%2B62b7388c?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B21306%2B6be40ce7?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64" } } }, { "category": "product_version", "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B21341%2Bff0b5f89?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, "product_reference": "container-tools:rhel8:8100020240227110532:82888897", "relates_to_product_reference": "AppStream-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64" }, "product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le" }, "product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x" }, "product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src" }, "product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64" }, "product_reference": "aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64" }, "product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le" }, "product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x" }, "product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src" }, "product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64" }, "product_reference": "buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64" }, "product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le" }, "product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x" }, "product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64" }, "product_reference": "buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64" }, "product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le" }, "product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x" }, "product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64" }, "product_reference": "buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64" }, "product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le" }, "product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x" }, "product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64" }, "product_reference": "buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64" }, "product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le" }, "product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x" }, "product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64" }, "product_reference": "buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch" }, "product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src" }, "product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64" }, "product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le" }, "product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x" }, "product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src" }, "product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64" }, "product_reference": "conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64" }, "product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le" }, "product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x" }, "product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64" }, "product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64" }, "product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le" }, "product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x" }, "product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64" }, "product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch" }, "product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src" }, "product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64" }, "product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le" }, "product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x" }, "product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src" }, "product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64" }, "product_reference": "containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64" }, "product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le" }, "product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x" }, "product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src" }, "product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64" }, "product_reference": "containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64" }, "product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le" }, "product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x" }, "product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src" }, "product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64" }, "product_reference": "crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64" }, "product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le" }, "product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x" }, "product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64" }, "product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64" }, "product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le" }, "product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x" }, "product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64" }, "product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64" }, "product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le" }, "product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x" }, "product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src" }, "product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64" }, "product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le" }, "product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x" }, "product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64" }, "product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le" }, "product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x" }, "product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src" }, "product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64" }, "product_reference": "netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64" }, "product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src" }, "product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch" }, "product_reference": "podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64" }, "product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le" }, "product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x" }, "product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64" }, "product_reference": "podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src" }, "product_reference": "python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64" }, "product_reference": "python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch" }, "product_reference": "python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64" }, "product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le" }, "product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x" }, "product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src" }, "product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64" }, "product_reference": "runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64" }, "product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le" }, "product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x" }, "product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64" }, "product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64" }, "product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le" }, "product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x" }, "product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64" }, "product_reference": "runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64" }, "product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le" }, "product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x" }, "product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src" }, "product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64" }, "product_reference": "skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64" }, "product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le" }, "product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x" }, "product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64" }, "product_reference": "skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64" }, "product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le" }, "product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x" }, "product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src" }, "product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64" }, "product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64" }, "product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le" }, "product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x" }, "product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64" }, "product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le" }, "product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x" }, "product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64" }, "product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64" }, "product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le" }, "product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x" }, "product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src" }, "product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64" }, "product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le" }, "product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x" }, "product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64" }, "product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64" }, "product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le" }, "product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x" }, "product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64" }, "product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64" }, "product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le" }, "product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x" }, "product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64 as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64" }, "product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch" }, "product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" }, { "category": "default_component_of", "full_product_name": { "name": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src as a component of container-tools:rhel8:8100020240227110532:82888897 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" }, "product_reference": "udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src", "relates_to_product_reference": "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-25091", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-10-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2244340" } ], "notes": [ { "category": "description", "text": "A flaw was found in the urllib3 package. Affected versions of this package are vulnerable to information exposure through sent data when the authorization HTTP header is not removed during a cross-origin redirect. An attacker can expose credentials in the authorization header to unintended hosts or transmit them in clear text by exploiting the incomplete fix for CVE-2018-20060.", "title": "Vulnerability description" }, { "category": "summary", "text": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect", "title": "Vulnerability summary" }, { "category": "other", "text": "This is only exploitable if a redirect differs in host, port, or scheme. Due to the credential exposure in the authorization header, the confidentiality is highly impacted, but there is no proof that the integrity is affected in any way.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-25091" }, { "category": "external", "summary": "RHBZ#2244340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244340" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-25091", "url": "https://www.cve.org/CVERecord?id=CVE-2018-25091" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479", "url": "https://security.snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479" } ], "release_date": "2023-10-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "urllib3: urllib3 does not remove the authorization HTTP header when following a cross-origin redirect" }, { "cve": "CVE-2021-33198", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2021-08-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1989575" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it attempts to allocate excessive memory. This issue may cause panic or unrecoverable fatal error if passed inputs with very large exponents. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents", "title": "Vulnerability summary" }, { "category": "other", "text": "* Since OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* In Service Telemetry Framework, because the flaw has a lower impact and the package is not directly used by STF, no updates will be provided at this time for the STF containers.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-33198" }, { "category": "external", "summary": "RHBZ#1989575", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989575" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-33198", "url": "https://www.cve.org/CVERecord?id=CVE-2021-33198" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33198" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI", "url": "https://groups.google.com/g/golang-announce/c/RgCMkAEQjSI" } ], "release_date": "2021-03-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents" }, { "cve": "CVE-2021-34558", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1983596" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A panic can be triggered by an attacker in a privileged network position without access to the server certificate\u0027s private key, as long as a trusted ECDSA or Ed25519 certificate for the server exists (or can be issued), or the client is configured with Config.InsecureSkipVerify. Clients that disable all TLS_RSA cipher suites (that is, TLS 1.0\u20131.2 cipher suites without ECDHE), as well as TLS 1.3-only clients, are unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic", "title": "Vulnerability summary" }, { "category": "other", "text": "* This vulnerability potentially affects any component written in Go that uses crypto/tls from the standard library. It is possible for components that make client connections to malicious servers to be exploited, however the maximum impact is a crash. This vulnerability is rated Low for the following components: \n - OpenShift Container Platform\n - OpenShift distributed tracing (formerly OpenShift Jaeger)\n - OpenShift Migration Toolkit for Containers\n - Red Hat Advanced Cluster Management for Kubernetes\n - Red Hat OpenShift on AWS\n - Red Hat OpenShift Virtualization\n\n* Because OpenShift Container Platform 3.11 is in Maintenance Phase of the support, only Important and Critical severity vulnerabilities will be addressed at this time.\n\n* Because Service Telemetry Framework1.2 will be retiring soon and the flaw\u0027s impact is lower, no update will be provided at this time for STF1.2\u0027s containers.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-34558" }, { "category": "external", "summary": "RHBZ#1983596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-34558", "url": "https://www.cve.org/CVERecord?id=CVE-2021-34558" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-34558" }, { "category": "external", "summary": "https://golang.org/doc/devel/release#go1.15.minor", "url": "https://golang.org/doc/devel/release#go1.15.minor" }, { "category": "external", "summary": "https://golang.org/doc/devel/release#go1.16.minor", "url": "https://golang.org/doc/devel/release#go1.16.minor" } ], "release_date": "2021-07-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: certificate of wrong type is causing TLS client to panic" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228743" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys", "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29409" }, { "category": "external", "summary": "RHBZ#2228743", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29409" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409" }, { "category": "external", "summary": "https://go.dev/cl/515257", "url": "https://go.dev/cl/515257" }, { "category": "external", "summary": "https://go.dev/issue/61460", "url": "https://go.dev/issue/61460" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ", "url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1987", "url": "https://pkg.go.dev/vuln/GO-2023-1987" } ], "release_date": "2023-08-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys" }, { "acknowledgments": [ { "names": [ "Takeshi Kaneko" ], "organization": "GMO Cybersecurity by Ierae, Inc." } ], "cve": "CVE-2023-39318", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237776" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of HTML-like comments within script contexts", "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39318" }, { "category": "external", "summary": "RHBZ#2237776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39318" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318" }, { "category": "external", "summary": "https://go.dev/cl/526156", "url": "https://go.dev/cl/526156" }, { "category": "external", "summary": "https://go.dev/issue/62196", "url": "https://go.dev/issue/62196" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2041.json", "url": "https://vuln.go.dev/ID/GO-2023-2041.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of HTML-like comments within script contexts" }, { "acknowledgments": [ { "names": [ "Takeshi Kaneko" ], "organization": "GMO Cybersecurity by Ierae, Inc." } ], "cve": "CVE-2023-39319", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237773" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of special tags within script contexts", "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39319" }, { "category": "external", "summary": "RHBZ#2237773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39319" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319" }, { "category": "external", "summary": "https://go.dev/cl/526157", "url": "https://go.dev/cl/526157" }, { "category": "external", "summary": "https://go.dev/issue/62197", "url": "https://go.dev/issue/62197" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2043.json", "url": "https://vuln.go.dev/ID/GO-2023-2043.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of special tags within script contexts" }, { "acknowledgments": [ { "names": [ "Martin Seemann" ] } ], "cve": "CVE-2023-39321", "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237777" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections", "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39321" }, { "category": "external", "summary": "RHBZ#2237777", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39321" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321" }, { "category": "external", "summary": "https://go.dev/cl/523039", "url": "https://go.dev/cl/523039" }, { "category": "external", "summary": "https://go.dev/issue/62266", "url": "https://go.dev/issue/62266" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2044.json", "url": "https://vuln.go.dev/ID/GO-2023-2044.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections" }, { "acknowledgments": [ { "names": [ "Marten Seemann" ] } ], "cve": "CVE-2023-39322", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237778" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: lack of a limit on buffered post-handshake", "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39322" }, { "category": "external", "summary": "RHBZ#2237778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39322" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322" }, { "category": "external", "summary": "https://go.dev/cl/523039", "url": "https://go.dev/cl/523039" }, { "category": "external", "summary": "https://go.dev/issue/62266", "url": "https://go.dev/issue/62266" }, { "category": "external", "summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ", "url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-2045.json", "url": "https://vuln.go.dev/ID/GO-2023-2045.json" } ], "release_date": "2023-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: lack of a limit on buffered post-handshake" }, { "cve": "CVE-2023-39326", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-12-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2253330" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-39326" }, { "category": "external", "summary": "RHBZ#2253330", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2382", "url": "https://pkg.go.dev/vuln/GO-2023-2382" } ], "release_date": "2023-12-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "category": "workaround", "details": "No mitigation is available for this flaw.", "product_ids": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests" }, { "cve": "CVE-2023-45287", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2023-12-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2253193" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Golang crypto/tls standard library. In previous versions, the package was vulnerable to a Timing Side Channel attack by observing the time it took for RSA-based TLS key exchanges, which was not constant. This flaw allows a malicious user to gather information from the environment.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges.", "title": "Vulnerability summary" }, { "category": "other", "text": "The identified flaw in the Golang crypto/tls library, is assessed as a moderate severity issue rather than important due to several mitigating factors. Although the vulnerability exposes a Timing Side Channel, potentially allowing information retrieval through RSA-based TLS key exchanges, its exploitation demands significant access and expertise. Additionally, while earlier versions implemented RSA blinding to counter timing attacks, the removal of PKCS#1 padding may still leak timing data. However, the practicality of exploiting this flaw is limited, and the transition to a fully constant time RSA implementation in Go 1.20 significantly bolsters security, reducing the risk posed by timing side channels.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45287" }, { "category": "external", "summary": "RHBZ#2253193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253193" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45287", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45287" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45287" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2375", "url": "https://pkg.go.dev/vuln/GO-2023-2375" } ], "release_date": "2023-12-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "category": "workaround", "details": "No current mitigation is available for this vulnerability.", "product_ids": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: Timing Side Channel attack in RSA based TLS key exchanges." }, { "cve": "CVE-2023-45803", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2246840" } ], "notes": [ { "category": "description", "text": "A flaw was found in urllib3, an HTTP client library for Python. urllib3 doesn\u0027t remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303, after changing the method in a request from one that could accept a request body such as `POST` to `GET`, as is required by HTTP RFCs. This issue requires a previously trusted service to become compromised in order to have an impact on confidentiality, therefore, the exploitability of this vulnerability is low. Additionally, many users aren\u0027t putting sensitive data in HTTP request bodies; if this is the case, this vulnerability isn\u0027t exploitable.", "title": "Vulnerability description" }, { "category": "summary", "text": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET", "title": "Vulnerability summary" }, { "category": "other", "text": "Both of the following conditions must be true to be affected by this vulnerability: \n1. Using urllib3 and submitting sensitive information in the HTTP request body such as form data or JSON\n2. The origin service is compromised and starts redirecting using 301, 302, or 303 to a malicious peer or the redirected-to service becomes compromised", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45803" }, { "category": "external", "summary": "RHBZ#2246840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246840" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45803", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45803" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803" }, { "category": "external", "summary": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9", "url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9" }, { "category": "external", "summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4", "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4" }, { "category": "external", "summary": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get", "url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get" } ], "release_date": "2023-10-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "category": "workaround", "details": "Users unable to update should disable redirects for services that aren\u0027t expecting to respond with redirects with `redirects=False`, disable automatic redirects with `redirects=False`, and handle 301, 302, and 303 redirects manually by stripping the HTTP request body.", "product_ids": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "urllib3: Request body not stripped after redirect from 303 status changes request method to GET" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "discovery_date": "2023-12-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2254210" } ], "notes": [ { "category": "description", "text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.", "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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-48795" }, { "category": "external", "summary": "RHBZ#2254210", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795", "url": "https://www.cve.org/CVERecord?id=CVE-2023-48795" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "https://access.redhat.com/solutions/7071748", "url": "https://access.redhat.com/solutions/7071748" }, { "category": "external", "summary": "https://terrapin-attack.com/", "url": "https://terrapin-attack.com/" } ], "release_date": "2023-12-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "category": "workaround", "details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748", "product_ids": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)" }, { "cve": "CVE-2024-23650", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2024-02-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2262272" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Moby Builder Toolkit. A malicious BuildKit client or any frontend that can craft a request could lead to the BuildKit daemon crashing with a panic due to the lack of input validation. A frontend is usually specified as the #syntax line on a Dockerfile or with the --frontend flag when using the buildctl build command.", "title": "Vulnerability description" }, { "category": "summary", "text": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts", "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": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-23650" }, { "category": "external", "summary": "RHBZ#2262272", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262272" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-23650", "url": "https://www.cve.org/CVERecord?id=CVE-2024-23650" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23650" }, { "category": "external", "summary": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx", "url": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx" } ], "release_date": "2024-01-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:48:55+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.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2988" }, { "category": "workaround", "details": "Avoid using untrusted input for the client or frontend syntax to minimize the vulnerability exploration.", "product_ids": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:aardvark-dns-2:1.10.0-1.module+el8.10.0+21209+52deeb51.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-debugsource-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:buildah-tests-debuginfo-2:1.33.6-2.module+el8.10.0+21371+46937ece.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:cockpit-podman-0:84.1-1.module+el8.10.0+21373+0d273fdf.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:conmon-debugsource-3:2.1.10-1.module+el8.10.0+21077+98b84d8a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:container-selinux-2:2.229.0-2.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debuginfo-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containernetworking-plugins-debugsource-1:1.4.0-2.module+el8.10.0+21366+f9cb49f8.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:containers-common-2:1-81.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crit-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-debugsource-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-devel-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debuginfo-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:crun-debugsource-0:1.14.3-2.module+el8.10.0+21340+c6c7475a.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+20412+95ee28e2.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:libslirp-devel-0:4.4.0-1.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:netavark-2:1.10.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+20565+a40ba0e5.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-catatonit-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-debugsource-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-docker-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-gvproxy-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-plugins-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-remote-debuginfo-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:podman-tests-3:4.9.4-0.1.module+el8.10.0+21350+ea09fba1.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-criu-0:3.18-4.module+el8.9.0+20326+387084d0.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:python3-podman-0:4.9.0-1.module+el8.10.0+21196+3f0abbca.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debuginfo-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:runc-debugsource-1:1.1.12-1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:skopeo-tests-2:1.14.3-0.1.module+el8.10.0+21251+62b7388c.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+21306+6be40ce7.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.src", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.aarch64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.ppc64le", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.s390x", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+21341+ff0b5f89.x86_64", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.noarch", "AppStream-8.10.0.GA:container-tools:rhel8:8100020240227110532:82888897:udica-0:0.2.6-20.module+el8.9.0+20326+387084d0.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "moby/buildkit: Possible race condition with accessing subpaths from cache mounts" } ] }
rhsa-2024_2944
Vulnerability from csaf_redhat
Published
2024-05-21 14:04
Modified
2024-11-06 05:51
Summary
Red Hat Security Advisory: AMQ Broker 7.12.0.OPR.1.GA Container Images release and security update
Notes
Topic
This is the multiarch release of the AMQ Broker 7.12.0 aligned Operator and associated container images on Red Hat Enterprise Linux 8 for the OpenShift Container Platform.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat Middleware for OpenShift provides images for many of the Red Hat Middleware products for use within the OpenShift Container Platform cloud computing Platform-as-a-Service (PaaS) for on-premise or private cloud deployments.
This release of Red Hat AMQ Broker 7.12.0 includes security and bug fixes, and enhancements. For further information, refer to the release notes linked to in the References section.
Security Fix(es):
* (CVE-2023-24540) golang: html/template: improper handling of JavaScript whitespace
* (CVE-2021-43565) golang.org/x/crypto: empty plaintext packet causes panic
* (CVE-2022-21698) prometheus/client_golang: Denial of service using InstrumentHandlerCounter
* (CVE-2022-27664) golang: net/http: handle server errors after sending GOAWAY
* (CVE-2022-2879) golang: archive/tar: unbounded memory consumption when reading headers
* (CVE-2022-2880) golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters
* (CVE-2022-41678) Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE
* (CVE-2022-41715) golang: regexp/syntax: limit memory used by parsing regexps
* (CVE-2022-41723) net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding
* (CVE-2022-41724) golang: crypto/tls: large handshake records may cause panics
* (CVE-2022-41725) golang: net/http, mime/multipart: denial of service from excessive resource consumption
* (CVE-2023-24534) golang: net/http, net/textproto: denial of service from excessive memory allocation
* (CVE-2023-24536) golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption
* (CVE-2023-24537) golang: go/parser: Infinite loop in parsing
* (CVE-2023-24538) golang: html/template: backticks not treated as string delimiters
* (CVE-2023-24539) golang: html/template: improper sanitization of CSS values
* (CVE-2023-29400) golang: html/template: improper handling of empty HTML attributes
* (CVE-2022-32189) golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service
For 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.
For information on supported configurations, see Red Hat AMQ Broker 7 Supported Configurations at https://access.redhat.com/articles/2791941
Terms of Use
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.
{ "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": "This is the multiarch release of the AMQ Broker 7.12.0 aligned Operator and associated container images on Red Hat Enterprise Linux 8 for the OpenShift Container Platform.\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 Middleware for OpenShift provides images for many of the Red Hat Middleware products for use within the OpenShift Container Platform cloud computing Platform-as-a-Service (PaaS) for on-premise or private cloud deployments.\n\nThis release of Red Hat AMQ Broker 7.12.0 includes security and bug fixes, and enhancements. For further information, refer to the release notes linked to in the References section.\n\nSecurity Fix(es):\n\n* (CVE-2023-24540) golang: html/template: improper handling of JavaScript whitespace\n* (CVE-2021-43565) golang.org/x/crypto: empty plaintext packet causes panic\n* (CVE-2022-21698) prometheus/client_golang: Denial of service using InstrumentHandlerCounter\n* (CVE-2022-27664) golang: net/http: handle server errors after sending GOAWAY\n* (CVE-2022-2879) golang: archive/tar: unbounded memory consumption when reading headers\n* (CVE-2022-2880) golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters\n* (CVE-2022-41678) Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE\n* (CVE-2022-41715) golang: regexp/syntax: limit memory used by parsing regexps\n* (CVE-2022-41723) net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n* (CVE-2022-41724) golang: crypto/tls: large handshake records may cause panics\n* (CVE-2022-41725) golang: net/http, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24534) golang: net/http, net/textproto: denial of service from excessive memory allocation\n* (CVE-2023-24536) golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24537) golang: go/parser: Infinite loop in parsing\n* (CVE-2023-24538) golang: html/template: backticks not treated as string delimiters\n* (CVE-2023-24539) golang: html/template: improper sanitization of CSS values\n* (CVE-2023-29400) golang: html/template: improper handling of empty HTML attributes\n* (CVE-2022-32189) golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service\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.\n\nFor information on supported configurations, see Red Hat AMQ Broker 7 Supported Configurations at https://access.redhat.com/articles/2791941", "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:2944", "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/", "url": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/" }, { "category": "external", "summary": "2030787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787" }, { "category": "external", "summary": "2045880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "ENTMQBR-8064", "url": "https://issues.redhat.com/browse/ENTMQBR-8064" }, { "category": "external", "summary": "ENTMQBR-8264", "url": "https://issues.redhat.com/browse/ENTMQBR-8264" }, { "category": "external", "summary": "ENTMQBR-8316", "url": "https://issues.redhat.com/browse/ENTMQBR-8316" }, { "category": "external", "summary": "ENTMQBR-8387", "url": "https://issues.redhat.com/browse/ENTMQBR-8387" }, { "category": "external", "summary": "ENTMQBR-8457", "url": "https://issues.redhat.com/browse/ENTMQBR-8457" }, { "category": "external", "summary": "ENTMQBR-8465", "url": "https://issues.redhat.com/browse/ENTMQBR-8465" }, { "category": "external", "summary": "ENTMQBR-8664", "url": "https://issues.redhat.com/browse/ENTMQBR-8664" }, { "category": "external", "summary": "ENTMQBR-8678", "url": "https://issues.redhat.com/browse/ENTMQBR-8678" }, { "category": "external", "summary": "ENTMQBR-8752", "url": "https://issues.redhat.com/browse/ENTMQBR-8752" }, { "category": "external", "summary": "ENTMQBR-8881", "url": "https://issues.redhat.com/browse/ENTMQBR-8881" }, { "category": "external", "summary": "ENTMQBR-8893", "url": "https://issues.redhat.com/browse/ENTMQBR-8893" }, { "category": "external", "summary": "ENTMQBR-8971", "url": "https://issues.redhat.com/browse/ENTMQBR-8971" }, { "category": "external", "summary": "ENTMQBR-8989", "url": "https://issues.redhat.com/browse/ENTMQBR-8989" }, { "category": "external", "summary": "ENTMQBR-9023", "url": "https://issues.redhat.com/browse/ENTMQBR-9023" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2944.json" } ], "title": "Red Hat Security Advisory: AMQ Broker 7.12.0.OPR.1.GA Container Images release and security update", "tracking": { "current_release_date": "2024-11-06T05:51:37+00:00", "generator": { "date": "2024-11-06T05:51:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2944", "initial_release_date": "2024-05-21T14:04:45+00:00", "revision_history": [ { "date": "2024-05-21T14:04:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-21T14:04:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:51:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Middleware Containers for OpenShift", "product": { "name": "Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhosemc:1.0::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "product_id": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "product": { "name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "product_id": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "product": { "name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "product_id": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator-bundle\u0026tag=7.12.0-10" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "product_id": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "product_id": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "product": { "name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "product_id": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "product_id": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "product_id": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "product": { "name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "product_id": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "product_id": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "product": { "name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "product_id": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "product": { "name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "product_id": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7" } } }, { "category": "product_version", "name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "product": { "name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "product_id": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "product_identification_helper": { "purl": "pkg:oci/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x" }, "product_reference": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64" }, "product_reference": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" }, "product_reference": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64" }, "product_reference": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x" }, "product_reference": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le" }, "product_reference": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "relates_to_product_reference": "8Base-RHOSE-Middleware" }, { "category": "default_component_of", "full_product_name": { "name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 as a component of Middleware Containers for OpenShift", "product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" }, "product_reference": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64", "relates_to_product_reference": "8Base-RHOSE-Middleware" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43565", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-12-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2030787" } ], "notes": [ { "category": "description", "text": "There\u0027s an input validation flaw in golang.org/x/crypto\u0027s readCipherPacket() function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto: empty plaintext packet causes panic", "title": "Vulnerability summary" }, { "category": "other", "text": "go-toolset shipped with Red Hat Developer Tools - Compilers and golang shipped with Red Hat Enterprise Linux 8 are not affected by this flaw because they do not ship the vulnerable code.\n\nThis flaw was rated to have a Moderate impact because it is not shipped in the Golang standard library and thus has a reduced impact to products compared with other flaws of this type.", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-43565" }, { "category": "external", "summary": "RHBZ#2030787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-43565", "url": "https://www.cve.org/CVERecord?id=CVE-2021-43565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565" } ], "release_date": "2021-12-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/crypto: empty plaintext packet causes panic" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-21698", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "discovery_date": "2022-01-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2045880" } ], "notes": [ { "category": "description", "text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact 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": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-21698" }, { "category": "external", "summary": "RHBZ#2045880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21698" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698" }, { "category": "external", "summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p", "url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p" } ], "release_date": "2022-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-41678", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2023-11-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2252185" } ], "notes": [ { "category": "description", "text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n", "title": "Vulnerability description" }, { "category": "summary", "text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.", "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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41678" }, { "category": "external", "summary": "RHBZ#2252185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41678" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "acknowledgments": [ { "names": [ "Philippe Antoine" ], "organization": "Catena Cyber" } ], "cve": "CVE-2022-41723", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178358" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding", "title": "Vulnerability summary" }, { "category": "other", "text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "RHBZ#2178358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41723" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h", "url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h" }, { "category": "external", "summary": "https://go.dev/cl/468135", "url": "https://go.dev/cl/468135" }, { "category": "external", "summary": "https://go.dev/cl/468295", "url": "https://go.dev/cl/468295" }, { "category": "external", "summary": "https://go.dev/issue/57855", "url": "https://go.dev/issue/57855" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1571", "url": "https://pkg.go.dev/vuln/GO-2023-1571" }, { "category": "external", "summary": "https://vuln.go.dev/ID/GO-2023-1571.json", "url": "https://vuln.go.dev/ID/GO-2023-1571.json" } ], "release_date": "2023-02-17T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding" }, { "cve": "CVE-2022-41724", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178492" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/tls: large handshake records may cause panics", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a denial of service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "RHBZ#2178492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41724" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724" }, { "category": "external", "summary": "https://go.dev/cl/468125", "url": "https://go.dev/cl/468125" }, { "category": "external", "summary": "https://go.dev/issue/58001", "url": "https://go.dev/issue/58001" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1570", "url": "https://pkg.go.dev/vuln/GO-2023-1570" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/tls: large handshake records may cause panics" }, { "cve": "CVE-2022-41725", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-03-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2178488" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "RHBZ#2178488", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41725" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725" }, { "category": "external", "summary": "https://go.dev/cl/468124", "url": "https://go.dev/cl/468124" }, { "category": "external", "summary": "https://go.dev/issue/58006", "url": "https://go.dev/issue/58006" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E", "url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-1569", "url": "https://pkg.go.dev/vuln/GO-2023-1569" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24534", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184483" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto: denial of service from excessive memory allocation", "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24534" }, { "category": "external", "summary": "RHBZ#2184483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24534" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534" }, { "category": "external", "summary": "https://go.dev/issue/58975", "url": "https://go.dev/issue/58975" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto: denial of service from excessive memory allocation" }, { "cve": "CVE-2023-24536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184482" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also 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-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24536" }, { "category": "external", "summary": "RHBZ#2184482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536" }, { "category": "external", "summary": "https://go.dev/issue/59153", "url": "https://go.dev/issue/59153" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption" }, { "cve": "CVE-2023-24537", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184484" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: go/parser: Infinite loop in 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24537" }, { "category": "external", "summary": "RHBZ#2184484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24537" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59180", "url": "https://github.com/golang/go/issues/59180" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" } ], "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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: go/parser: Infinite loop in parsing" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-04-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2184481" } ], "notes": [ { "category": "description", "text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: backticks not treated as string delimiters", "title": "Vulnerability summary" }, { "category": "other", "text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also 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-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24538" }, { "category": "external", "summary": "RHBZ#2184481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59234", "url": "https://github.com/golang/go/issues/59234" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8", "url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8" } ], "release_date": "2023-04-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: backticks not treated as string delimiters" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24539", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196026" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper sanitization of CSS values", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24539" }, { "category": "external", "summary": "RHBZ#2196026", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24539" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539" }, { "category": "external", "summary": "https://github.com/golang/go/issues/59720", "url": "https://github.com/golang/go/issues/59720" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper sanitization of CSS values" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-24540", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196027" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of JavaScript whitespace", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24540" }, { "category": "external", "summary": "RHBZ#2196027", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540" }, { "category": "external", "summary": "https://go.dev/issue/59721", "url": "https://go.dev/issue/59721" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_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": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang: html/template: improper handling of JavaScript whitespace" }, { "acknowledgments": [ { "names": [ "Juho Nurminen" ], "organization": "Mattermost" } ], "cve": "CVE-2023-29400", "cwe": { "id": "CWE-176", "name": "Improper Handling of Unicode Encoding" }, "discovery_date": "2023-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196029" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: html/template: improper handling of empty HTML attributes", "title": "Vulnerability summary" }, { "category": "other", "text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-29400" }, { "category": "external", "summary": "RHBZ#2196029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400", "url": "https://www.cve.org/CVERecord?id=CVE-2023-29400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400" }, { "category": "external", "summary": "https://go.dev/issue/59722", "url": "https://go.dev/issue/59722" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU", "url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU" } ], "release_date": "2023-04-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-21T14:04:45+00:00", "details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.", "product_ids": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64", "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: html/template: improper handling of empty HTML attributes" } ] }
rhsa-2022_7398
Vulnerability from csaf_redhat
Published
2023-01-17 19:29
Modified
2024-11-06 01:55
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.12.0 packages and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.12.0 is now available with
updates to packages and images that fix several bugs and add enhancements.
This release includes a security update for Red Hat OpenShift Container Platform 4.12.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.0. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2022:7399
Security Fix(es):
* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* kubernetes: Unauthorized read of Custom Resources (CVE-2022-3162)
* kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF) (CVE-2022-3172)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)
* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* cri-o: incorrect handling of the supplementary groups (CVE-2022-2995)
* OpenShift: Missing HTTP Strict Transport Security (CVE-2022-3259)
* cri-o: Security regression of CVE-2022-27652 (CVE-2022-3466)
* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)
For 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.
All OpenShift Container Platform 4.12 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.12.0 is now available with\nupdates 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.12.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.0. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:7399\n\nSecurity Fix(es):\n\n* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* kubernetes: Unauthorized read of Custom Resources (CVE-2022-3162)\n* kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF) (CVE-2022-3172)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* cri-o: incorrect handling of the supplementary groups (CVE-2022-2995)\n* OpenShift: Missing HTTP Strict Transport Security (CVE-2022-3259)\n* cri-o: Security regression of CVE-2022-27652 (CVE-2022-3466)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\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.12 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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7398", "url": "https://access.redhat.com/errata/RHSA-2022:7398" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2103220", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103220" }, { "category": "external", "summary": "2107342", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342" }, { "category": "external", "summary": "2107383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2121632", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121632" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2127804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127804" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2134063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134063" }, { "category": "external", "summary": "2136673", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136673" }, { "category": "external", "summary": "2156727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2022_7398.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.0 packages and security update", "tracking": { "current_release_date": "2024-11-06T01:55:20+00:00", "generator": { "date": "2024-11-06T01:55:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:7398", "initial_release_date": "2023-01-17T19:29:22+00:00", "revision_history": [ { "date": "2023-01-17T19:29:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-01-17T19:29:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:55:20+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.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.12::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "product": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "product": { "name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "product_id": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.4-1.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "product": { "name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "product_id": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.188.0-1.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "nmstate-0:1.3.3-1.el8.src", "product": { "name": "nmstate-0:1.3.3-1.el8.src", "product_id": "nmstate-0:1.3.3-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=src" } } }, { "category": "product_version", "name": "ostree-0:2022.2-5.el8.src", "product": { "name": "ostree-0:2022.2-5.el8.src", "product_id": "ostree-0:2022.2-5.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=src" } } }, { "category": "product_version", "name": "podman-2:4.2.0-1.rhaos4.12.el8.src", "product": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.src", "product_id": "podman-2:4.2.0-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "product": { "name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "product_id": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn@5.3.0-1.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "product": { "name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "product_id": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-bootupd@0.2.5-3.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src", "product": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src", "product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src", "product": { "name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src", "product_id": "toolbox-0:0.1.0-1.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.1.0-1.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el8.src", "product": { "name": "kata-containers-0:2.5.2-1.el8.src", "product_id": "kata-containers-0:2.5.2-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=src" } } }, { "category": "product_version", "name": "butane-0:0.16.0-2.rhaos4.12.el8.src", "product": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.src", "product_id": "butane-0:0.16.0-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el8.src", "product": { "name": "cri-tools-0:1.25.0-2.el8.src", "product_id": "cri-tools-0:1.25.0-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=src" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el8.src", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.src", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "product": { "name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "product_id": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "product": { "name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "product_id": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openvswitch2.17-0:2.17.0-62.el8fdp.src", "product": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.src", "product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=src" } } }, { "category": "product_version", "name": "python-kubernetes-0:25.3.0-1.el8.src", "product": { "name": "python-kubernetes-0:25.3.0-1.el8.src", "product_id": "python-kubernetes-0:25.3.0-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kubernetes@25.3.0-1.el8?arch=src" } } }, { "category": "product_version", "name": "NetworkManager-1:1.36.0-8.el8_6.src", "product": { "name": "NetworkManager-1:1.36.0-8.el8_6.src", "product_id": "NetworkManager-1:1.36.0-8.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "ovn22.06-0:22.06.0-27.el8fdp.src", "product": { "name": "ovn22.06-0:22.06.0-27.el8fdp.src", "product_id": "ovn22.06-0:22.06.0-27.el8fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=src" } } }, { "category": "product_version", "name": "python-zipp-0:0.5.1-2.el8ost.src", "product": { "name": "python-zipp-0:0.5.1-2.el8ost.src", "product_id": "python-zipp-0:0.5.1-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zipp@0.5.1-2.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-zeroconf-0:0.24.4-1.el8ost.src", "product": { "name": "python-zeroconf-0:0.24.4-1.el8ost.src", "product_id": "python-zeroconf-0:0.24.4-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zeroconf@0.24.4-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-werkzeug-0:1.0.1-3.el8ost.src", "product": { "name": "python-werkzeug-0:1.0.1-3.el8ost.src", "product_id": "python-werkzeug-0:1.0.1-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-werkzeug@1.0.1-3.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-wcwidth-0:0.1.7-14.el8ost.src", "product": { "name": "python-wcwidth-0:0.1.7-14.el8ost.src", "product_id": "python-wcwidth-0:0.1.7-14.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wcwidth@0.1.7-14.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-tenacity-0:6.2.0-1.el8ost.src", "product": { "name": "python-tenacity-0:6.2.0-1.el8ost.src", "product_id": "python-tenacity-0:6.2.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tenacity@6.2.0-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-rsa-0:4.7-1.el8.src", "product": { "name": "python-rsa-0:4.7-1.el8.src", "product_id": "python-rsa-0:4.7-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-rsa@4.7-1.el8?arch=src" } } }, { "category": "product_version", "name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src", "product": { "name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src", "product_id": "python-requests-unixsocket-0:0.1.5-5.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests-unixsocket@0.1.5-5.el8ar?arch=src" } } }, { "category": "product_version", "name": "python-pyrsistent-0:0.16.0-3.el8ost.src", "product": { "name": "python-pyrsistent-0:0.16.0-3.el8ost.src", "product_id": "python-pyrsistent-0:0.16.0-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyrsistent@0.16.0-3.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pyroute2-0:0.5.13-1.el8ost.src", "product": { "name": "python-pyroute2-0:0.5.13-1.el8ost.src", "product_id": "python-pyroute2-0:0.5.13-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyroute2@0.5.13-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pyperclip-0:1.6.4-6.el8ost.src", "product": { "name": "python-pyperclip-0:1.6.4-6.el8ost.src", "product_id": "python-pyperclip-0:1.6.4-6.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyperclip@1.6.4-6.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pyghmi-0:1.5.14-2.1.el8ost.src", "product": { "name": "python-pyghmi-0:1.5.14-2.1.el8ost.src", "product_id": "python-pyghmi-0:1.5.14-2.1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyghmi@1.5.14-2.1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pycdlib-0:1.11.0-3.el8.src", "product": { "name": "python-pycdlib-0:1.11.0-3.el8.src", "product_id": "python-pycdlib-0:1.11.0-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycdlib@1.11.0-3.el8?arch=src" } } }, { "category": "product_version", "name": "python-pint-0:0.10.1-1.el8ost.src", "product": { "name": "python-pint-0:0.10.1-1.el8ost.src", "product_id": "python-pint-0:0.10.1-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pint@0.10.1-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pexpect-0:4.6-2.el8ar.src", "product": { "name": "python-pexpect-0:4.6-2.el8ar.src", "product_id": "python-pexpect-0:4.6-2.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pexpect@4.6-2.el8ar?arch=src" } } }, { "category": "product_version", "name": "python-paste-deploy-0:2.0.1-4.el8ost.src", "product": { "name": "python-paste-deploy-0:2.0.1-4.el8ost.src", "product_id": "python-paste-deploy-0:2.0.1-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-paste-deploy@2.0.1-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-paste-0:3.2.4-1.el8ost.src", "product": { "name": "python-paste-0:3.2.4-1.el8ost.src", "product_id": "python-paste-0:3.2.4-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-paste@3.2.4-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-packaging-0:20.4-1.el8ost.src", "product": { "name": "python-packaging-0:20.4-1.el8ost.src", "product_id": "python-packaging-0:20.4-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-packaging@20.4-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "product": { "name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "product_id": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-serialization@4.2.0-0.20211012151454.2b94a4f.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "product": { "name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "product_id": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-policy@3.8.2-0.20211012161944.c7fd9f4.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "product": { "name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "product_id": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-metrics@0.3.0-0.20211020174122.43eee50.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "product": { "name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "product_id": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-messaging@12.9.1-0.20211020204149.f9de265.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "product": { "name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "product_id": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log@4.6.0-0.20211012154701.41c8807.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "product": { "name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "product_id": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n@5.1.0-0.20211012165753.b031d17.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "product": { "name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "product_id": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db@9.1.0-0.20211020204148.be2cc6a.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "product": { "name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "product_id": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-context@3.3.1-0.20211012152439.641a1e0.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "product": { "name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "product_id": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-config@8.7.1-0.20211012155707.1a7bd66.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "python-msgpack-0:0.6.2-1.el8ost.src", "product": { "name": "python-msgpack-0:0.6.2-1.el8ost.src", "product_id": "python-msgpack-0:0.6.2-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack@0.6.2-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-lockfile-1:0.11.0-8.el8ar.src", "product": { "name": "python-lockfile-1:0.11.0-8.el8ar.src", "product_id": "python-lockfile-1:0.11.0-8.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lockfile@0.11.0-8.el8ar?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-kombu-1:4.6.6-7.el8ost.1.src", "product": { "name": "python-kombu-1:4.6.6-7.el8ost.1.src", "product_id": "python-kombu-1:4.6.6-7.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kombu@4.6.6-7.el8ost.1?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-jsonschema-0:3.2.0-5.el8ost.src", "product": { "name": "python-jsonschema-0:3.2.0-5.el8ost.src", "product_id": "python-jsonschema-0:3.2.0-5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jsonschema@3.2.0-5.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-iso8601-0:0.1.12-8.el8ost.1.src", "product": { "name": "python-iso8601-0:0.1.12-8.el8ost.1.src", "product_id": "python-iso8601-0:0.1.12-8.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-iso8601@0.1.12-8.el8ost.1?arch=src" } } }, { "category": "product_version", "name": "python-importlib-metadata-0:1.7.0-1.el8ost.src", "product": { "name": "python-importlib-metadata-0:1.7.0-1.el8ost.src", "product_id": "python-importlib-metadata-0:1.7.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-importlib-metadata@1.7.0-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-ifaddr-0:0.1.6-5.el8ost.src", "product": { "name": "python-ifaddr-0:0.1.6-5.el8ost.src", "product_id": "python-ifaddr-0:0.1.6-5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ifaddr@0.1.6-5.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-gunicorn-0:19.9.0-10.el8ost.1.src", "product": { "name": "python-gunicorn-0:19.9.0-10.el8ost.1.src", "product_id": "python-gunicorn-0:19.9.0-10.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gunicorn@19.9.0-10.el8ost.1?arch=src" } } }, { "category": "product_version", "name": "python-funcsigs-0:1.0.2-8.el8ost.1.src", "product": { "name": "python-funcsigs-0:1.0.2-8.el8ost.1.src", "product_id": "python-funcsigs-0:1.0.2-8.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-8.el8ost.1?arch=src" } } }, { "category": "product_version", "name": "python-flask-1:1.1.1-1.el8ost.src", "product": { "name": "python-flask-1:1.1.1-1.el8ost.src", "product_id": "python-flask-1:1.1.1-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask@1.1.1-1.el8ost?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-eventlet-0:0.30.2-1.el8.src", "product": { "name": "python-eventlet-0:0.30.2-1.el8.src", "product_id": "python-eventlet-0:0.30.2-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-eventlet@0.30.2-1.el8?arch=src" } } }, { "category": "product_version", "name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "product": { "name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "product_id": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dogpile-cache@1.1.2-1.el8ost.1?arch=src" } } }, { "category": "product_version", "name": "python-construct-0:2.10.56-1.el8ost.src", "product": { "name": "python-construct-0:2.10.56-1.el8ost.src", "product_id": "python-construct-0:2.10.56-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-construct@2.10.56-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-cmd2-0:1.4.0-1.1.el8.src", "product": { "name": "python-cmd2-0:1.4.0-1.1.el8.src", "product_id": "python-cmd2-0:1.4.0-1.1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cmd2@1.4.0-1.1.el8?arch=src" } } }, { "category": "product_version", "name": "python-amqp-0:2.5.2-7.el8ost.1.src", "product": { "name": "python-amqp-0:2.5.2-7.el8ost.1.src", "product_id": "python-amqp-0:2.5.2-7.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-amqp@2.5.2-7.el8ost.1?arch=src" } } }, { "category": "product_version", "name": "python-alembic-0:1.4.2-5.el8ost.src", "product": { "name": "python-alembic-0:1.4.2-5.el8ost.src", "product_id": "python-alembic-0:1.4.2-5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-alembic@1.4.2-5.el8ost?arch=src" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el8ar.src", "product": { "name": "tini-0:0.16.1-1.el8ar.src", "product_id": "tini-0:0.16.1-1.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=src" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "product": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=src" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src", "product": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src", "product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=src" } } }, { "category": "product_version", "name": "haproxy-0:2.2.24-1.el8.src", "product": { "name": "haproxy-0:2.2.24-1.el8.src", "product_id": "haproxy-0:2.2.24-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@2.2.24-1.el8?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "product": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=src" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.src", "product": { "name": "grpc-0:1.18.0-4.el8ost.src", "product_id": "grpc-0:1.18.0-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.4.2-1.rhaos4.11.el8.src", "product": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.src", "product_id": "crun-0:1.4.2-1.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=src" } } }, { "category": "product_version", "name": "crudini-0:0.9-11.el8ost.1.src", "product": { "name": "crudini-0:0.9-11.el8ost.1.src", "product_id": "crudini-0:0.9-11.el8ost.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crudini@0.9-11.el8ost.1?arch=src" } } }, { "category": "product_version", "name": "criu-0:3.15-4.rhaos4.11.el8.src", "product": { "name": "criu-0:3.15-4.rhaos4.11.el8.src", "product_id": "criu-0:3.15-4.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=src" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "product": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=src" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-2.rhaos4.11.el8.src", "product": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.src", "product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-2.el8.src", "product": { "name": "buildah-1:1.23.4-2.el8.src", "product_id": "buildah-1:1.23.4-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-runner-http-0:1.0.0-2.el8ar.src", "product": { "name": "ansible-runner-http-0:1.0.0-2.el8ar.src", "product_id": "ansible-runner-http-0:1.0.0-2.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner-http@1.0.0-2.el8ar?arch=src" } } }, { "category": "product_version", "name": "ansible-runner-0:1.4.6-2.el8ar.src", "product": { "name": "ansible-runner-0:1.4.6-2.el8ar.src", "product_id": "ansible-runner-0:1.4.6-2.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner@1.4.6-2.el8ar?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=src" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=src" } } }, { "category": "product_version", "name": "ovn22.09-0:22.09.0-25.el8fdp.src", "product": { "name": "ovn22.09-0:22.09.0-25.el8fdp.src", "product_id": "ovn22.09-0:22.09.0-25.el8fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "product": { "name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "product_id": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "runc-3:1.1.2-2.rhaos4.12.el8.src", "product": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.src", "product_id": "runc-3:1.1.2-2.rhaos4.12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "product": { "name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "product_id": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.40.1.rt7.197.el8_6?arch=src" } } }, { "category": "product_version", "name": "crudini-0:0.9.3-4.el9.src", "product": { "name": "crudini-0:0.9.3-4.el9.src", "product_id": "crudini-0:0.9.3-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crudini@0.9.3-4.el9?arch=src" } } }, { "category": "product_version", "name": "future-0:0.18.2-9.el9.1.src", "product": { "name": "future-0:0.18.2-9.el9.1.src", "product_id": "future-0:0.18.2-9.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/future@0.18.2-9.el9.1?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "product": { "name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "product_id": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=src" } } }, { "category": "product_version", "name": "openstack-macros-0:2020.1.2-1.el9.src", "product": { "name": "openstack-macros-0:2020.1.2-1.el9.src", "product_id": "openstack-macros-0:2020.1.2-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-macros@2020.1.2-1.el9?arch=src" } } }, { "category": "product_version", "name": "pyOpenSSL-0:20.0.1-2.el9.1.src", "product": { "name": "pyOpenSSL-0:20.0.1-2.el9.1.src", "product_id": "pyOpenSSL-0:20.0.1-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pyOpenSSL@20.0.1-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "pyflakes-0:2.2.0-3.el9.1.src", "product": { "name": "pyflakes-0:2.2.0-3.el9.1.src", "product_id": "pyflakes-0:2.2.0-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pyflakes@2.2.0-3.el9.1?arch=src" } } }, { "category": "product_version", "name": "pysnmp-0:4.4.12-6.el9.src", "product": { "name": "pysnmp-0:4.4.12-6.el9.src", "product_id": "pysnmp-0:4.4.12-6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pysnmp@4.4.12-6.el9?arch=src" } } }, { "category": "product_version", "name": "python-SecretStorage-0:2.3.1-9.el9.src", "product": { "name": "python-SecretStorage-0:2.3.1-9.el9.src", "product_id": "python-SecretStorage-0:2.3.1-9.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-SecretStorage@2.3.1-9.el9?arch=src" } } }, { "category": "product_version", "name": "python-alembic-0:1.6.0-1.el9.src", "product": { "name": "python-alembic-0:1.6.0-1.el9.src", "product_id": "python-alembic-0:1.6.0-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-alembic@1.6.0-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-amqp-0:5.0.6-1.el9.src", "product": { "name": "python-amqp-0:5.0.6-1.el9.src", "product_id": "python-amqp-0:5.0.6-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-amqp@5.0.6-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-apipkg-0:1.5-12.el9.1.src", "product": { "name": "python-apipkg-0:1.5-12.el9.1.src", "product_id": "python-apipkg-0:1.5-12.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-apipkg@1.5-12.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-atomicwrites-0:1.4.0-6.el9.1.src", "product": { "name": "python-atomicwrites-0:1.4.0-6.el9.1.src", "product_id": "python-atomicwrites-0:1.4.0-6.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-atomicwrites@1.4.0-6.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "product": { "name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "product_id": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-automaton@3.0.0-0.20220811170530.ed884e8.el9?arch=src" } } }, { "category": "product_version", "name": "python-autopage-0:0.4.0-1.el9.2.src", "product": { "name": "python-autopage-0:0.4.0-1.el9.2.src", "product_id": "python-autopage-0:0.4.0-1.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-autopage@0.4.0-1.el9.2?arch=src" } } }, { "category": "product_version", "name": "python-bcrypt-0:3.1.6-3.el9.src", "product": { "name": "python-bcrypt-0:3.1.6-3.el9.src", "product_id": "python-bcrypt-0:3.1.6-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt@3.1.6-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src", "product": { "name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src", "product_id": "python-beautifulsoup4-0:4.9.3-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-beautifulsoup4@4.9.3-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-betamax-0:0.8.1-12.el9.1.src", "product": { "name": "python-betamax-0:0.8.1-12.el9.1.src", "product_id": "python-betamax-0:0.8.1-12.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-betamax@0.8.1-12.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-cachetools-0:3.1.0-4.el9.src", "product": { "name": "python-cachetools-0:3.1.0-4.el9.src", "product_id": "python-cachetools-0:3.1.0-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cachetools@3.1.0-4.el9?arch=src" } } }, { "category": "product_version", "name": "python-case-0:1.5.3-5.el9.src", "product": { "name": "python-case-0:1.5.3-5.el9.src", "product_id": "python-case-0:1.5.3-5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-case@1.5.3-5.el9?arch=src" } } }, { "category": "product_version", "name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "product": { "name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "product_id": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cinderclient@9.0.0-0.20220811172734.2c7d463.el9?arch=src" } } }, { "category": "product_version", "name": "python-click-0:7.1.2-5.el9.1.src", "product": { "name": "python-click-0:7.1.2-5.el9.1.src", "product_id": "python-click-0:7.1.2-5.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-click@7.1.2-5.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "product": { "name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "product_id": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cliff@3.10.1-0.20220802152018.a04a48f.el9?arch=src" } } }, { "category": "product_version", "name": "python-cmd2-0:1.4.0-2.el9.1.src", "product": { "name": "python-cmd2-0:1.4.0-2.el9.1.src", "product_id": "python-cmd2-0:1.4.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cmd2@1.4.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-colorama-0:0.4.1-2.el9.src", "product": { "name": "python-colorama-0:0.4.1-2.el9.src", "product_id": "python-colorama-0:0.4.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-colorama@0.4.1-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-construct-0:2.10.56-2.el9.src", "product": { "name": "python-construct-0:2.10.56-2.el9.src", "product_id": "python-construct-0:2.10.56-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-construct@2.10.56-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-contextlib2-0:0.6.0.post1-1.el9.src", "product": { "name": "python-contextlib2-0:0.6.0.post1-1.el9.src", "product_id": "python-contextlib2-0:0.6.0.post1-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-contextlib2@0.6.0.post1-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-coverage-0:5.6-0.1b1.el9.src", "product": { "name": "python-coverage-0:5.6-0.1b1.el9.src", "product_id": "python-coverage-0:5.6-0.1b1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage@5.6-0.1b1.el9?arch=src" } } }, { "category": "product_version", "name": "python-dataclasses-0:0.8-2.el9.src", "product": { "name": "python-dataclasses-0:0.8-2.el9.src", "product_id": "python-dataclasses-0:0.8-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dataclasses@0.8-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-ddt-0:1.4.2-1.el9.src", "product": { "name": "python-ddt-0:1.4.2-1.el9.src", "product_id": "python-ddt-0:1.4.2-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ddt@1.4.2-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "product": { "name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "product_id": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debtcollector@2.5.0-0.20220802170047.a6b46c5.el9?arch=src" } } }, { "category": "product_version", "name": "python-decorator-0:4.4.0-6.el9.src", "product": { "name": "python-decorator-0:4.4.0-6.el9.src", "product_id": "python-decorator-0:4.4.0-6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-decorator@4.4.0-6.el9?arch=src" } } }, { "category": "product_version", "name": "python-defusedxml-0:0.7.1-1.el9.src", "product": { "name": "python-defusedxml-0:0.7.1-1.el9.src", "product_id": "python-defusedxml-0:0.7.1-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-distlib-0:0.3.1-4.el9.1.src", "product": { "name": "python-distlib-0:0.3.1-4.el9.1.src", "product_id": "python-distlib-0:0.3.1-4.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-distlib@0.3.1-4.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-dogpile-cache-0:1.1.5-3.el9.src", "product": { "name": "python-dogpile-cache-0:1.1.5-3.el9.src", "product_id": "python-dogpile-cache-0:1.1.5-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dogpile-cache@1.1.5-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "product": { "name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "product_id": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dracclient@8.0.0-0.20220802154400.9c7499c.el9?arch=src" } } }, { "category": "product_version", "name": "python-editor-0:1.0.4-5.el9.src", "product": { "name": "python-editor-0:1.0.4-5.el9.src", "product_id": "python-editor-0:1.0.4-5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-editor@1.0.4-5.el9?arch=src" } } }, { "category": "product_version", "name": "python-entrypoints-0:0.3-8.el9.src", "product": { "name": "python-entrypoints-0:0.3-8.el9.src", "product_id": "python-entrypoints-0:0.3-8.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-entrypoints@0.3-8.el9?arch=src" } } }, { "category": "product_version", "name": "python-eventlet-0:0.30.2-1.el9.src", "product": { "name": "python-eventlet-0:0.30.2-1.el9.src", "product_id": "python-eventlet-0:0.30.2-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-eventlet@0.30.2-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-execnet-0:1.7.1-5.el9.1.src", "product": { "name": "python-execnet-0:1.7.1-5.el9.1.src", "product_id": "python-execnet-0:1.7.1-5.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-execnet@1.7.1-5.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-extras-0:1.0.0-15.el9.1.src", "product": { "name": "python-extras-0:1.0.0-15.el9.1.src", "product_id": "python-extras-0:1.0.0-15.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-extras@1.0.0-15.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-fasteners-0:0.14.1-21.el9.src", "product": { "name": "python-fasteners-0:0.14.1-21.el9.src", "product_id": "python-fasteners-0:0.14.1-21.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-fasteners@0.14.1-21.el9?arch=src" } } }, { "category": "product_version", "name": "python-filelock-0:3.0.12-9.el9.1.src", "product": { "name": "python-filelock-0:3.0.12-9.el9.1.src", "product_id": "python-filelock-0:3.0.12-9.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-filelock@3.0.12-9.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-fixtures-0:3.0.0-22.el9.1.src", "product": { "name": "python-fixtures-0:3.0.0-22.el9.1.src", "product_id": "python-fixtures-0:3.0.0-22.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-fixtures@3.0.0-22.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-flake8-0:3.8.4-1.el9.1.src", "product": { "name": "python-flake8-0:3.8.4-1.el9.1.src", "product_id": "python-flake8-0:3.8.4-1.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flake8@3.8.4-1.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-flask-1:2.0.1-2.el9.1.src", "product": { "name": "python-flask-1:2.0.1-2.el9.1.src", "product_id": "python-flask-1:2.0.1-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask@2.0.1-2.el9.1?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-flit-0:3.0.0-1.el9.2.src", "product": { "name": "python-flit-0:3.0.0-1.el9.2.src", "product_id": "python-flit-0:3.0.0-1.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flit@3.0.0-1.el9.2?arch=src" } } }, { "category": "product_version", "name": "python-freezegun-0:1.0.0-4.el9.1.src", "product": { "name": "python-freezegun-0:1.0.0-4.el9.1.src", "product_id": "python-freezegun-0:1.0.0-4.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-freezegun@1.0.0-4.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-funcsigs-0:1.0.2-17.el9.src", "product": { "name": "python-funcsigs-0:1.0.2-17.el9.src", "product_id": "python-funcsigs-0:1.0.2-17.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-17.el9?arch=src" } } }, { "category": "product_version", "name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "product": { "name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "product_id": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-futurist@2.4.1-0.20220802175500.159d752.el9?arch=src" } } }, { "category": "product_version", "name": "python-gevent-0:21.1.2-1.el9.src", "product": { "name": "python-gevent-0:21.1.2-1.el9.src", "product_id": "python-gevent-0:21.1.2-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gevent@21.1.2-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "product": { "name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "product_id": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-glanceclient@4.0.1-0.20220811181326.1b854e1.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-greenlet-0:1.0.0-1.el9.src", "product": { "name": "python-greenlet-0:1.0.0-1.el9.src", "product_id": "python-greenlet-0:1.0.0-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-greenlet@1.0.0-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-gunicorn-0:20.0.4-2.el9.src", "product": { "name": "python-gunicorn-0:20.0.4-2.el9.src", "product_id": "python-gunicorn-0:20.0.4-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gunicorn@20.0.4-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "product": { "name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "product_id": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-hacking@1.0.1-0.20210812104123.865398f.el9?arch=src" } } }, { "category": "product_version", "name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "product": { "name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "product_id": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-hardware@0.29.1-0.20220811165930.fd4bce6.el9?arch=src" } } }, { "category": "product_version", "name": "python-html5lib-1:1.1-4.el9.1.src", "product": { "name": "python-html5lib-1:1.1-4.el9.1.src", "product_id": "python-html5lib-1:1.1-4.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-html5lib@1.1-4.el9.1?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-hypothesis-0:6.6.0-2.el9.1.src", "product": { "name": "python-hypothesis-0:6.6.0-2.el9.1.src", "product_id": "python-hypothesis-0:6.6.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-hypothesis@6.6.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-ifaddr-0:0.1.6-6.el9.src", "product": { "name": "python-ifaddr-0:0.1.6-6.el9.src", "product_id": "python-ifaddr-0:0.1.6-6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ifaddr@0.1.6-6.el9?arch=src" } } }, { "category": "product_version", "name": "python-importlib-metadata-0:1.7.0-2.el9.src", "product": { "name": "python-importlib-metadata-0:1.7.0-2.el9.src", "product_id": "python-importlib-metadata-0:1.7.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-importlib-metadata@1.7.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "product": { "name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "product_id": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ironic-lib@5.2.0-0.20220802170917.e205816.el9?arch=src" } } }, { "category": "product_version", "name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "product": { "name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "product_id": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ironicclient@4.9.0-0.20211209154934.6f1be06.el9?arch=src" } } }, { "category": "product_version", "name": "python-iso8601-0:0.1.12-9.el9.src", "product": { "name": "python-iso8601-0:0.1.12-9.el9.src", "product_id": "python-iso8601-0:0.1.12-9.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-iso8601@0.1.12-9.el9?arch=src" } } }, { "category": "product_version", "name": "python-itsdangerous-0:2.0.1-2.el9.src", "product": { "name": "python-itsdangerous-0:2.0.1-2.el9.src", "product_id": "python-itsdangerous-0:2.0.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-itsdangerous@2.0.1-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-2.el9.1.src", "product": { "name": "python-jinja2-0:3.0.1-2.el9.1.src", "product_id": "python-jinja2-0:3.0.1-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-jsonpath-rw-0:1.2.3-23.el9.src", "product": { "name": "python-jsonpath-rw-0:1.2.3-23.el9.src", "product_id": "python-jsonpath-rw-0:1.2.3-23.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jsonpath-rw@1.2.3-23.el9?arch=src" } } }, { "category": "product_version", "name": "python-kafka-0:1.4.3-3.el9.src", "product": { "name": "python-kafka-0:1.4.3-3.el9.src", "product_id": "python-kafka-0:1.4.3-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kafka@1.4.3-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-kazoo-0:2.7.0-2.el9.src", "product": { "name": "python-kazoo-0:2.7.0-2.el9.src", "product_id": "python-kazoo-0:2.7.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kazoo@2.7.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-kerberos-0:1.3.0-11.el9.1.src", "product": { "name": "python-kerberos-0:1.3.0-11.el9.1.src", "product_id": "python-kerberos-0:1.3.0-11.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kerberos@1.3.0-11.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-keyring-0:21.0.0-2.el9.src", "product": { "name": "python-keyring-0:21.0.0-2.el9.src", "product_id": "python-keyring-0:21.0.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-keyring@21.0.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "product": { "name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "product_id": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-keystoneauth1@5.0.0-0.20220811173415.2445a5d.el9?arch=src" } } }, { "category": "product_version", "name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "product": { "name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "product_id": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-keystoneclient@5.0.0-0.20220811173653.11d5abe.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "product": { "name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "product_id": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-keystonemiddleware@10.0.0-0.20220811174058.dd31878.el9?arch=src" } } }, { "category": "product_version", "name": "python-kiwisolver-0:1.1.0-4.el9.src", "product": { "name": "python-kiwisolver-0:1.1.0-4.el9.src", "product_id": "python-kiwisolver-0:1.1.0-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kiwisolver@1.1.0-4.el9?arch=src" } } }, { "category": "product_version", "name": "python-kombu-1:5.0.2-1.el9.2.src", "product": { "name": "python-kombu-1:5.0.2-1.el9.2.src", "product_id": "python-kombu-1:5.0.2-1.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kombu@5.0.2-1.el9.2?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-linecache2-0:1.0.0-25.el9.src", "product": { "name": "python-linecache2-0:1.0.0-25.el9.src", "product_id": "python-linecache2-0:1.0.0-25.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-linecache2@1.0.0-25.el9?arch=src" } } }, { "category": "product_version", "name": "python-logutils-0:0.3.5-7.1.el9.src", "product": { "name": "python-logutils-0:0.3.5-7.1.el9.src", "product_id": "python-logutils-0:0.3.5-7.1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-logutils@0.3.5-7.1.el9?arch=src" } } }, { "category": "product_version", "name": "python-markupsafe-0:2.0.0-2.el9.src", "product": { "name": "python-markupsafe-0:2.0.0-2.el9.src", "product_id": "python-markupsafe-0:2.0.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-markupsafe@2.0.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-mccabe-0:0.6.1-18.el9.1.src", "product": { "name": "python-mccabe-0:0.6.1-18.el9.1.src", "product_id": "python-mccabe-0:0.6.1-18.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-mccabe@0.6.1-18.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-memcached-0:1.58-12.el9.src", "product": { "name": "python-memcached-0:1.58-12.el9.src", "product_id": "python-memcached-0:1.58-12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-memcached@1.58-12.el9?arch=src" } } }, { "category": "product_version", "name": "python-migrate-0:0.13.0-2.el9.src", "product": { "name": "python-migrate-0:0.13.0-2.el9.src", "product_id": "python-migrate-0:0.13.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-migrate@0.13.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-mimeparse-0:1.6.0-16.el9.1.src", "product": { "name": "python-mimeparse-0:1.6.0-16.el9.1.src", "product_id": "python-mimeparse-0:1.6.0-16.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-mimeparse@1.6.0-16.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-mock-0:3.0.5-14.el9.2.src", "product": { "name": "python-mock-0:3.0.5-14.el9.2.src", "product_id": "python-mock-0:3.0.5-14.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-mock@3.0.5-14.el9.2?arch=src" } } }, { "category": "product_version", "name": "python-monotonic-0:1.5-9.el9.1.src", "product": { "name": "python-monotonic-0:1.5-9.el9.1.src", "product_id": "python-monotonic-0:1.5-9.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-monotonic@1.5-9.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-more-itertools-0:7.2.0-3.el9.src", "product": { "name": "python-more-itertools-0:7.2.0-3.el9.src", "product_id": "python-more-itertools-0:7.2.0-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-more-itertools@7.2.0-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "product": { "name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "product_id": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-mox3@1.1.0-0.20210812114029.99a302f.el9?arch=src" } } }, { "category": "product_version", "name": "python-msgpack-0:0.6.2-2.el9.src", "product": { "name": "python-msgpack-0:0.6.2-2.el9.src", "product_id": "python-msgpack-0:0.6.2-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack@0.6.2-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-munch-0:2.3.2-7.el9.src", "product": { "name": "python-munch-0:2.3.2-7.el9.src", "product_id": "python-munch-0:2.3.2-7.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-munch@2.3.2-7.el9?arch=src" } } }, { "category": "product_version", "name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "product": { "name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "product_id": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-neutronclient@7.6.0-0.20211012175718.983f0ab.el9?arch=src" } } }, { "category": "product_version", "name": "python-nose-0:1.3.7-33.el9.1.src", "product": { "name": "python-nose-0:1.3.7-33.el9.1.src", "product_id": "python-nose-0:1.3.7-33.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nose@1.3.7-33.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-nose-cover3-0:0.1.0-31.el9.src", "product": { "name": "python-nose-cover3-0:0.1.0-31.el9.src", "product_id": "python-nose-cover3-0:0.1.0-31.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nose-cover3@0.1.0-31.el9?arch=src" } } }, { "category": "product_version", "name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "product": { "name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "product_id": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-openstacksdk@0.99.1-0.20220811190026.a41d04e.el9?arch=src" } } }, { "category": "product_version", "name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "product": { "name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "product_id": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-os-client-config@2.1.0-0.20210722194729.bc96c23.el9?arch=src" } } }, { "category": "product_version", "name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "product": { "name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "product_id": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-os-service-types@1.7.0-0.20220802143336.0b2f473.el9?arch=src" } } }, { "category": "product_version", "name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "product": { "name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "product_id": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-os-traits@2.8.0-0.20220811182615.04e8bb3.el9?arch=src" } } }, { "category": "product_version", "name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "product": { "name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "product_id": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-osc-lib@2.6.1-0.20220811172053.973e169.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "product": { "name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "product_id": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-cache@3.0.0-0.20220811175617.79945c1.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "product": { "name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "product_id": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-concurrency@5.0.0-0.20220811181826.052b2f2.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "product": { "name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "product_id": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-config@9.0.0-0.20220811165930.9eaae04.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "product": { "name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "product_id": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-context@5.0.0-0.20220811171413.f388eb9.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "product": { "name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "product_id": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db@12.0.0-0.20220811175859.a808381.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "product": { "name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "product_id": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n@5.1.0-0.20220802145025.b031d17.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "product": { "name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "product_id": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log@5.0.0-0.20220811172332.6401da7.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "product": { "name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "product_id": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-messaging@13.0.0-0.20220811175319.4186386.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "product": { "name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "product_id": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-metrics@0.3.0-0.20220802145828.43eee50.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "product": { "name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "product_id": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-middleware@5.0.0-0.20220811170931.51e1882.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "product": { "name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "product_id": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-policy@4.0.0-0.20220811173113.5bd767b.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "product": { "name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "product_id": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-reports@2.3.0-0.20211012151507.f2799dc.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "product": { "name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "product_id": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-rootwrap@6.3.1-0.20220803131706.1b1b960.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "product": { "name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "product_id": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-serialization@5.0.0-0.20220811171112.dd2a819.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "product": { "name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "product_id": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-service@3.0.0-0.20220811180157.a27acfe.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "product": { "name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "product_id": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-upgradecheck@2.0.0-0.20220811171652.b3a2b19.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "product": { "name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "product_id": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-utils@6.0.0-0.20220811175035.7df6473.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "product": { "name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "product_id": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-versionedobjects@3.0.0-0.20220811180555.cec2b8e.el9?arch=src" } } }, { "category": "product_version", "name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "product": { "name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "product_id": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslotest@4.4.1-0.20210812115053.aaf3a72.el9?arch=src" } } }, { "category": "product_version", "name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "product": { "name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "product_id": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-osprofiler@3.4.3-0.20220802174918.3286301.el9?arch=src" } } }, { "category": "product_version", "name": "python-paste-0:3.5.0-3.el9.1.src", "product": { "name": "python-paste-0:3.5.0-3.el9.1.src", "product_id": "python-paste-0:3.5.0-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-paste@3.5.0-3.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-paste-deploy-0:2.0.1-5.el9.src", "product": { "name": "python-paste-deploy-0:2.0.1-5.el9.src", "product_id": "python-paste-deploy-0:2.0.1-5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-paste-deploy@2.0.1-5.el9?arch=src" } } }, { "category": "product_version", "name": "python-pbr-0:5.5.1-3.el9.1.src", "product": { "name": "python-pbr-0:5.5.1-3.el9.1.src", "product_id": "python-pbr-0:5.5.1-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pbr@5.5.1-3.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-pecan-0:1.3.2-10.el9.src", "product": { "name": "python-pecan-0:1.3.2-10.el9.src", "product_id": "python-pecan-0:1.3.2-10.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pecan@1.3.2-10.el9?arch=src" } } }, { "category": "product_version", "name": "python-pexpect-0:4.6-3.el9.src", "product": { "name": "python-pexpect-0:4.6-3.el9.src", "product_id": "python-pexpect-0:4.6-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pexpect@4.6-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-pint-0:0.10.1-3.el9.src", "product": { "name": "python-pint-0:0.10.1-3.el9.src", "product_id": "python-pint-0:0.10.1-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pint@0.10.1-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-pretend-0:1.0.8-19.el9.src", "product": { "name": "python-pretend-0:1.0.8-19.el9.src", "product_id": "python-pretend-0:1.0.8-19.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pretend@1.0.8-19.el9?arch=src" } } }, { "category": "product_version", "name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "product": { "name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "product_id": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-proliantutils@2.13.2-0.20220802173426.8c7b6b1.el9?arch=src" } } }, { "category": "product_version", "name": "python-prometheus_client-0:0.7.1-3.el9.src", "product": { "name": "python-prometheus_client-0:0.7.1-3.el9.src", "product_id": "python-prometheus_client-0:0.7.1-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-prometheus_client@0.7.1-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "product": { "name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "product_id": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycadf@3.1.1-0.20220802144439.4179996.el9?arch=src" } } }, { "category": "product_version", "name": "python-pycodestyle-0:2.6.0-4.el9.1.src", "product": { "name": "python-pycodestyle-0:2.6.0-4.el9.1.src", "product_id": "python-pycodestyle-0:2.6.0-4.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycodestyle@2.6.0-4.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-pymemcache-0:3.5.0-1.el9.src", "product": { "name": "python-pymemcache-0:3.5.0-1.el9.src", "product_id": "python-pymemcache-0:3.5.0-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymemcache@3.5.0-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-pyperclip-0:1.8.0-3.el9.1.src", "product": { "name": "python-pyperclip-0:1.8.0-3.el9.1.src", "product_id": "python-pyperclip-0:1.8.0-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyperclip@1.8.0-3.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-pytest-cov-0:2.11.1-3.el9.1.src", "product": { "name": "python-pytest-cov-0:2.11.1-3.el9.1.src", "product_id": "python-pytest-cov-0:2.11.1-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pytest-cov@2.11.1-3.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-pytest-forked-0:1.3.0-2.el9.1.src", "product": { "name": "python-pytest-forked-0:1.3.0-2.el9.1.src", "product_id": "python-pytest-forked-0:1.3.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pytest-forked@1.3.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-pytest-runner-0:4.0-12.el9.1.src", "product": { "name": "python-pytest-runner-0:4.0-12.el9.1.src", "product_id": "python-pytest-runner-0:4.0-12.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pytest-runner@4.0-12.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-pytest-xdist-0:2.2.1-1.el9.src", "product": { "name": "python-pytest-xdist-0:2.2.1-1.el9.src", "product_id": "python-pytest-xdist-0:2.2.1-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pytest-xdist@2.2.1-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-pytest-xprocess-0:0.18.1-4.el9.src", "product": { "name": "python-pytest-xprocess-0:0.18.1-4.el9.src", "product_id": "python-pytest-xprocess-0:0.18.1-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pytest-xprocess@0.18.1-4.el9?arch=src" } } }, { "category": "product_version", "name": "python-redis-0:3.3.8-2.el9.src", "product": { "name": "python-redis-0:3.3.8-2.el9.src", "product_id": "python-redis-0:3.3.8-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-redis@3.3.8-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-repoze-lru-0:0.7-7.el9.src", "product": { "name": "python-repoze-lru-0:0.7-7.el9.src", "product_id": "python-repoze-lru-0:0.7-7.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-repoze-lru@0.7-7.el9?arch=src" } } }, { "category": "product_version", "name": "python-requests-kerberos-0:0.12.0-12.el9.1.src", "product": { "name": "python-requests-kerberos-0:0.12.0-12.el9.1.src", "product_id": "python-requests-kerberos-0:0.12.0-12.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests-kerberos@0.12.0-12.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-requests-mock-0:1.8.0-2.el9.1.src", "product": { "name": "python-requests-mock-0:1.8.0-2.el9.1.src", "product_id": "python-requests-mock-0:1.8.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests-mock@1.8.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-requests-unixsocket-0:0.2.0-2.el9.src", "product": { "name": "python-requests-unixsocket-0:0.2.0-2.el9.src", "product_id": "python-requests-unixsocket-0:0.2.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests-unixsocket@0.2.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "product": { "name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "product_id": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requestsexceptions@1.4.0-0.20220802143336.d7ac0ff.el9?arch=src" } } }, { "category": "product_version", "name": "python-retrying-0:1.3.3-2.el9.1.src", "product": { "name": "python-retrying-0:1.3.3-2.el9.1.src", "product_id": "python-retrying-0:1.3.3-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-retrying@1.3.3-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-rfc3986-0:1.2.0-6.el9.src", "product": { "name": "python-rfc3986-0:1.2.0-6.el9.src", "product_id": "python-rfc3986-0:1.2.0-6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-rfc3986@1.2.0-6.el9?arch=src" } } }, { "category": "product_version", "name": "python-routes-0:2.4.1-12.el9.src", "product": { "name": "python-routes-0:2.4.1-12.el9.src", "product_id": "python-routes-0:2.4.1-12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-routes@2.4.1-12.el9?arch=src" } } }, { "category": "product_version", "name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "product": { "name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "product_id": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-scciclient@0.12.3-0.20220811182700.0940a71.el9?arch=src" } } }, { "category": "product_version", "name": "python-simplegeneric-0:0.8.1-18.el9.src", "product": { "name": "python-simplegeneric-0:0.8.1-18.el9.src", "product_id": "python-simplegeneric-0:0.8.1-18.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-simplegeneric@0.8.1-18.el9?arch=src" } } }, { "category": "product_version", "name": "python-simplejson-0:3.17.0-2.el9.src", "product": { "name": "python-simplejson-0:3.17.0-2.el9.src", "product_id": "python-simplejson-0:3.17.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-simplejson@3.17.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-singledispatch-0:3.4.0.3-19.el9.src", "product": { "name": "python-singledispatch-0:3.4.0.3-19.el9.src", "product_id": "python-singledispatch-0:3.4.0.3-19.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-singledispatch@3.4.0.3-19.el9?arch=src" } } }, { "category": "product_version", "name": "python-smi-0:0.3.4-10.el9.src", "product": { "name": "python-smi-0:0.3.4-10.el9.src", "product_id": "python-smi-0:0.3.4-10.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-smi@0.3.4-10.el9?arch=src" } } }, { "category": "product_version", "name": "python-sortedcontainers-0:2.3.0-2.el9.1.src", "product": { "name": "python-sortedcontainers-0:2.3.0-2.el9.1.src", "product_id": "python-sortedcontainers-0:2.3.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sortedcontainers@2.3.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-soupsieve-0:2.1.0-2.el9.1.src", "product": { "name": "python-soupsieve-0:2.1.0-2.el9.1.src", "product_id": "python-soupsieve-0:2.1.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-soupsieve@2.1.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-sqlalchemy-0:1.4.39-2.el9.src", "product": { "name": "python-sqlalchemy-0:1.4.39-2.el9.src", "product_id": "python-sqlalchemy-0:1.4.39-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy@1.4.39-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-sqlparse-0:0.2.4-10.el9.src", "product": { "name": "python-sqlparse-0:0.2.4-10.el9.src", "product_id": "python-sqlparse-0:0.2.4-10.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlparse@0.2.4-10.el9?arch=src" } } }, { "category": "product_version", "name": "python-statsd-0:3.2.1-20.el9.src", "product": { "name": "python-statsd-0:3.2.1-20.el9.src", "product_id": "python-statsd-0:3.2.1-20.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-statsd@3.2.1-20.el9?arch=src" } } }, { "category": "product_version", "name": "python-stestr-0:2.6.0-8.el9.src", "product": { "name": "python-stestr-0:2.6.0-8.el9.src", "product_id": "python-stestr-0:2.6.0-8.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-stestr@2.6.0-8.el9?arch=src" } } }, { "category": "product_version", "name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "product": { "name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "product_id": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-stevedore@4.0.0-0.20220811180640.ccd1754.el9?arch=src" } } }, { "category": "product_version", "name": "python-sure-0:1.4.11-12.el9.2.src", "product": { "name": "python-sure-0:1.4.11-12.el9.2.src", "product_id": "python-sure-0:1.4.11-12.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sure@1.4.11-12.el9.2?arch=src" } } }, { "category": "product_version", "name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "product": { "name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "product_id": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sushy-oem-idrac@4.0.0-0.20220802162610.7b75e6e.el9?arch=src" } } }, { "category": "product_version", "name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "product": { "name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "product_id": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-swiftclient@4.0.1-0.20220811174436.9eee29d.el9?arch=src" } } }, { "category": "product_version", "name": "python-tempita-0:0.5.1-25.el9.src", "product": { "name": "python-tempita-0:0.5.1-25.el9.src", "product_id": "python-tempita-0:0.5.1-25.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tempita@0.5.1-25.el9?arch=src" } } }, { "category": "product_version", "name": "python-tenacity-0:6.2.0-2.el9.src", "product": { "name": "python-tenacity-0:6.2.0-2.el9.src", "product_id": "python-tenacity-0:6.2.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tenacity@6.2.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-testrepository-0:0.0.20-20.el9.src", "product": { "name": "python-testrepository-0:0.0.20-20.el9.src", "product_id": "python-testrepository-0:0.0.20-20.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-testrepository@0.0.20-20.el9?arch=src" } } }, { "category": "product_version", "name": "python-testresources-0:2.0.1-2.el9.src", "product": { "name": "python-testresources-0:2.0.1-2.el9.src", "product_id": "python-testresources-0:2.0.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-testresources@2.0.1-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-testscenarios-0:0.5.0-21.el9.1.src", "product": { "name": "python-testscenarios-0:0.5.0-21.el9.1.src", "product_id": "python-testscenarios-0:0.5.0-21.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-testscenarios@0.5.0-21.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-testtools-0:2.4.0-8.el9.1.src", "product": { "name": "python-testtools-0:2.4.0-8.el9.1.src", "product_id": "python-testtools-0:2.4.0-8.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-testtools@2.4.0-8.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "product": { "name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "product_id": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tooz@3.0.0-0.20220811181909.d145b50.el9?arch=src" } } }, { "category": "product_version", "name": "python-tornado-0:6.1.0-2.el9.1.src", "product": { "name": "python-tornado-0:6.1.0-2.el9.1.src", "product_id": "python-tornado-0:6.1.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado@6.1.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-tox-0:3.23.0-2.el9.1.src", "product": { "name": "python-tox-0:3.23.0-2.el9.1.src", "product_id": "python-tox-0:3.23.0-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tox@3.23.0-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-tox-current-env-0:0.0.6-1.el9.src", "product": { "name": "python-tox-current-env-0:0.0.6-1.el9.src", "product_id": "python-tox-current-env-0:0.0.6-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tox-current-env@0.0.6-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-traceback2-0:1.4.0-25.el9.src", "product": { "name": "python-traceback2-0:1.4.0-25.el9.src", "product_id": "python-traceback2-0:1.4.0-25.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-traceback2@1.4.0-25.el9?arch=src" } } }, { "category": "product_version", "name": "python-typeguard-0:2.9.1-1.el9.src", "product": { "name": "python-typeguard-0:2.9.1-1.el9.src", "product_id": "python-typeguard-0:2.9.1-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-typeguard@2.9.1-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src", "product": { "name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src", "product_id": "python-typing-extensions-0:3.7.4.3-2.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-typing-extensions@3.7.4.3-2.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-unittest2-0:1.1.0-24.el9.src", "product": { "name": "python-unittest2-0:1.1.0-24.el9.src", "product_id": "python-unittest2-0:1.1.0-24.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unittest2@1.1.0-24.el9?arch=src" } } }, { "category": "product_version", "name": "python-vine-0:5.0.0-3.el9.src", "product": { "name": "python-vine-0:5.0.0-3.el9.src", "product_id": "python-vine-0:5.0.0-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-vine@5.0.0-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-virtualenv-0:20.4.4-1.el9.src", "product": { "name": "python-virtualenv-0:20.4.4-1.el9.src", "product_id": "python-virtualenv-0:20.4.4-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-virtualenv@20.4.4-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-voluptuous-0:0.11.7-3.el9.src", "product": { "name": "python-voluptuous-0:0.11.7-3.el9.src", "product_id": "python-voluptuous-0:0.11.7-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-voluptuous@0.11.7-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-waitress-0:2.0.0-2.el9.src", "product": { "name": "python-waitress-0:2.0.0-2.el9.src", "product_id": "python-waitress-0:2.0.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-waitress@2.0.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-warlock-0:1.3.3-2.el9.src", "product": { "name": "python-warlock-0:1.3.3-2.el9.src", "product_id": "python-warlock-0:1.3.3-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-warlock@1.3.3-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-wcwidth-0:0.2.5-2.el9.2.src", "product": { "name": "python-wcwidth-0:0.2.5-2.el9.2.src", "product_id": "python-wcwidth-0:0.2.5-2.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-2.el9.2?arch=src" } } }, { "category": "product_version", "name": "python-webencodings-0:0.5.1-15.el9.1.src", "product": { "name": "python-webencodings-0:0.5.1-15.el9.1.src", "product_id": "python-webencodings-0:0.5.1-15.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-webencodings@0.5.1-15.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-webob-0:1.8.5-5.el9.src", "product": { "name": "python-webob-0:1.8.5-5.el9.src", "product_id": "python-webob-0:1.8.5-5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-webob@1.8.5-5.el9?arch=src" } } }, { "category": "product_version", "name": "python-webtest-0:2.0.33-5.el9.src", "product": { "name": "python-webtest-0:2.0.33-5.el9.src", "product_id": "python-webtest-0:2.0.33-5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-webtest@2.0.33-5.el9?arch=src" } } }, { "category": "product_version", "name": "python-werkzeug-0:2.0.3-3.el9.src", "product": { "name": "python-werkzeug-0:2.0.3-3.el9.src", "product_id": "python-werkzeug-0:2.0.3-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-werkzeug@2.0.3-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-wrapt-0:1.11.2-4.el9.src", "product": { "name": "python-wrapt-0:1.11.2-4.el9.src", "product_id": "python-wrapt-0:1.11.2-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt@1.11.2-4.el9?arch=src" } } }, { "category": "product_version", "name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "product": { "name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "product_id": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wsme@0.11.0-0.20220802144439.80bda90.el9?arch=src" } } }, { "category": "product_version", "name": "python-yappi-0:1.3.1-2.el9.src", "product": { "name": "python-yappi-0:1.3.1-2.el9.src", "product_id": "python-yappi-0:1.3.1-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-yappi@1.3.1-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-zake-0:0.2.2-19.el9.src", "product": { "name": "python-zake-0:0.2.2-19.el9.src", "product_id": "python-zake-0:0.2.2-19.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zake@0.2.2-19.el9?arch=src" } } }, { "category": "product_version", "name": "python-zeroconf-0:0.24.4-2.el9.src", "product": { "name": "python-zeroconf-0:0.24.4-2.el9.src", "product_id": "python-zeroconf-0:0.24.4-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zeroconf@0.24.4-2.el9?arch=src" } } }, { "category": "product_version", "name": "python-zipp-0:0.5.1-3.el9.src", "product": { "name": "python-zipp-0:0.5.1-3.el9.src", "product_id": "python-zipp-0:0.5.1-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zipp@0.5.1-3.el9?arch=src" } } }, { "category": "product_version", "name": "python-zope-event-0:4.2.0-20.el9.1.src", "product": { "name": "python-zope-event-0:4.2.0-20.el9.1.src", "product_id": "python-zope-event-0:4.2.0-20.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zope-event@4.2.0-20.el9.1?arch=src" } } }, { "category": "product_version", "name": "python-zope-interface-0:5.4.0-1.el9.src", "product": { "name": "python-zope-interface-0:5.4.0-1.el9.src", "product_id": "python-zope-interface-0:5.4.0-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zope-interface@5.4.0-1.el9?arch=src" } } }, { "category": "product_version", "name": "python-zope-testing-0:4.7-4.el9.1.src", "product": { "name": "python-zope-testing-0:4.7-4.el9.1.src", "product_id": "python-zope-testing-0:4.7-4.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-zope-testing@4.7-4.el9.1?arch=src" } } }, { "category": "product_version", "name": "subunit-0:1.4.0-6.el9.1.src", "product": { "name": "subunit-0:1.4.0-6.el9.1.src", "product_id": "subunit-0:1.4.0-6.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "product": { "name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "product_id": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@21.0.1-0.20221114235951.fe64d5e.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "product": { "name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "product_id": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.0.1-0.20221205155952.cd22607.el9?arch=src" } } }, { "category": "product_version", "name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "product": { "name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "product_id": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ironic-prometheus-exporter@3.1.1-0.20221003235527.eb27243.el9?arch=src" } } }, { "category": "product_version", "name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "product": { "name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "product_id": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sushy@4.3.4-0.20221213135957.69b014c.el9?arch=src" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el9.src", "product": { "name": "kata-containers-0:2.5.2-1.el9.src", "product_id": "kata-containers-0:2.5.2-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=src" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el9.src", "product": { "name": "cri-tools-0:1.25.0-2.el9.src", "product_id": "cri-tools-0:1.25.0-2.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=src" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-3.rhaos4.12.el9.src", "product": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.src", "product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el9.src", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.src", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el9.src", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.src", "product_id": "crun-0:1.4.2-2.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=src" } } }, { "category": "product_version", "name": "podman-3:4.2.0-4.rhaos4.12.el9.src", "product": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.src", "product_id": "podman-3:4.2.0-4.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=src" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src", "product": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src", "product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=src" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el9.src", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.src", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=src" } } }, { "category": "product_version", "name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "product": { "name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "product_id": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn@5.3.0-1.rhaos4.12.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "product": { "name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "product_id": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "product": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containers-common-2:1-27.rhaos4.12.el8.x86_64", "product": { "name": "containers-common-2:1-27.rhaos4.12.el8.x86_64", "product_id": "containers-common-2:1-27.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-0:1.3.3-1.el8.x86_64", "product": { "name": "nmstate-0:1.3.3-1.el8.x86_64", "product_id": "nmstate-0:1.3.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-devel-0:1.3.3-1.el8.x86_64", "product": { "name": "nmstate-devel-0:1.3.3-1.el8.x86_64", "product_id": "nmstate-devel-0:1.3.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-libs-0:1.3.3-1.el8.x86_64", "product": { "name": "nmstate-libs-0:1.3.3-1.el8.x86_64", "product_id": "nmstate-libs-0:1.3.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64", "product": { "name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64", "product_id": "nmstate-debugsource-0:1.3.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "product": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "product_id": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "product": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-0:2022.2-5.el8.x86_64", "product_id": "ostree-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-devel-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-devel-0:2022.2-5.el8.x86_64", "product_id": "ostree-devel-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-grub2-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-grub2-0:2022.2-5.el8.x86_64", "product_id": "ostree-grub2-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-libs-0:2022.2-5.el8.x86_64", "product_id": "ostree-libs-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-debugsource-0:2022.2-5.el8.x86_64", "product_id": "ostree-debugsource-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-debuginfo-0:2022.2-5.el8.x86_64", "product_id": "ostree-debuginfo-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "product": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "product": { "name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "product_id": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bootupd@0.2.5-3.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "product": { "name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "product_id": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-3.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "product": { "name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "product_id": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-3.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "product": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el8.x86_64", "product": { "name": "kata-containers-0:2.5.2-1.el8.x86_64", "product_id": "kata-containers-0:2.5.2-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "product": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "product_id": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "product": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "product": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el8.x86_64", "product": { "name": "cri-tools-0:1.25.0-2.el8.x86_64", "product_id": "cri-tools-0:1.25.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "product_id": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "product": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "NetworkManager-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "product": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64", "product": { "name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64", "product_id": "python3-msgpack-0:0.6.2-1.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-1.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "product": { "name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "product_id": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-1.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "product": { "name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "product_id": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-1.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el8ar.x86_64", "product": { "name": "tini-0:0.16.1-1.el8ar.x86_64", "product_id": "tini-0:0.16.1-1.el8ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "product": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "product": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "product": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "product": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "product": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-1.el8.x86_64", "product": { "name": "haproxy22-0:2.2.24-1.el8.x86_64", "product_id": "haproxy22-0:2.2.24-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64", "product": { "name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64", "product_id": "haproxy-debugsource-0:2.2.24-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "product": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "product": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "product": { "name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "product_id": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "product": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "product_id": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "product": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "product": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crit-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "crit-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "crit-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "criu-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "criu-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "criu-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "product": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "product": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "product": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "product": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-2.el8.x86_64", "product": { "name": "buildah-1:1.23.4-2.el8.x86_64", "product_id": "buildah-1:1.23.4-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-2.el8.x86_64", "product": { "name": "buildah-tests-1:1.23.4-2.el8.x86_64", "product_id": "buildah-tests-1:1.23.4-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-2.el8.x86_64", "product": { "name": "buildah-debugsource-1:1.23.4-2.el8.x86_64", "product_id": "buildah-debugsource-1:1.23.4-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64", "product": { "name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64", "product_id": "buildah-debuginfo-1:1.23.4-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "product": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "product_id": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "product": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "product": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-bcrypt-0:3.1.6-3.el9.x86_64", "product": { "name": "python3-bcrypt-0:3.1.6-3.el9.x86_64", "product_id": "python3-bcrypt-0:3.1.6-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "product": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "product": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-coverage-0:5.6-0.1b1.el9.x86_64", "product": { "name": "python3-coverage-0:5.6-0.1b1.el9.x86_64", "product_id": "python3-coverage-0:5.6-0.1b1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "product": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "product": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-gevent-0:21.1.2-1.el9.x86_64", "product": { "name": "python3-gevent-0:21.1.2-1.el9.x86_64", "product_id": "python3-gevent-0:21.1.2-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "product": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "product_id": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "product": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-greenlet-0:1.0.0-1.el9.x86_64", "product": { "name": "python3-greenlet-0:1.0.0-1.el9.x86_64", "product_id": "python3-greenlet-0:1.0.0-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "product": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "product_id": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "product": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "product": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64", "product": { "name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64", "product_id": "python3-kerberos-0:1.3.0-11.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "product": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "product": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64", "product": { "name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64", "product_id": "python3-kiwisolver-0:1.1.0-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "product": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "product": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-markupsafe-0:2.0.0-2.el9.x86_64", "product": { "name": "python3-markupsafe-0:2.0.0-2.el9.x86_64", "product_id": "python3-markupsafe-0:2.0.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "product": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "product": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-msgpack-0:0.6.2-2.el9.x86_64", "product": { "name": "python3-msgpack-0:0.6.2-2.el9.x86_64", "product_id": "python3-msgpack-0:0.6.2-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "product": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "product": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-simplejson-0:3.17.0-2.el9.x86_64", "product": { "name": "python3-simplejson-0:3.17.0-2.el9.x86_64", "product_id": "python3-simplejson-0:3.17.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "product": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "product": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "product": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "product": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "product": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "product_id": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tornado-0:6.1.0-2.el9.1.x86_64", "product": { "name": "python3-tornado-0:6.1.0-2.el9.1.x86_64", "product_id": "python3-tornado-0:6.1.0-2.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "product": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "product": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64", "product": { "name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64", "product_id": "python-wrapt-doc-0:1.11.2-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-wrapt-0:1.11.2-4.el9.x86_64", "product": { "name": "python3-wrapt-0:1.11.2-4.el9.x86_64", "product_id": "python3-wrapt-0:1.11.2-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "product": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "product": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-yappi-0:1.3.1-2.el9.x86_64", "product": { "name": "python3-yappi-0:1.3.1-2.el9.x86_64", "product_id": "python3-yappi-0:1.3.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "product": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "product_id": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "product": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-zope-interface-0:5.4.0-1.el9.x86_64", "product": { "name": "python3-zope-interface-0:5.4.0-1.el9.x86_64", "product_id": "python3-zope-interface-0:5.4.0-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-devel-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-devel-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-devel-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-static-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-static-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-static-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "product": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=x86_64" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el9.x86_64", "product": { "name": "kata-containers-0:2.5.2-1.el9.x86_64", "product_id": "kata-containers-0:2.5.2-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el9.x86_64", "product": { "name": "cri-tools-0:1.25.0-2.el9.x86_64", "product_id": "cri-tools-0:1.25.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "product_id": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "product": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "product": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "product": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "product": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "product_id": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "product": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "product": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "product": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "product": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containers-common-2:1-27.rhaos4.12.el8.aarch64", "product": { "name": "containers-common-2:1-27.rhaos4.12.el8.aarch64", "product_id": "containers-common-2:1-27.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-0:1.3.3-1.el8.aarch64", "product": { "name": "nmstate-0:1.3.3-1.el8.aarch64", "product_id": "nmstate-0:1.3.3-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-devel-0:1.3.3-1.el8.aarch64", "product": { "name": "nmstate-devel-0:1.3.3-1.el8.aarch64", "product_id": "nmstate-devel-0:1.3.3-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-libs-0:1.3.3-1.el8.aarch64", "product": { "name": "nmstate-libs-0:1.3.3-1.el8.aarch64", "product_id": "nmstate-libs-0:1.3.3-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64", "product": { "name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64", "product_id": "nmstate-debugsource-0:1.3.3-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "product": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "product_id": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "product": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-0:2022.2-5.el8.aarch64", "product_id": "ostree-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-devel-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-devel-0:2022.2-5.el8.aarch64", "product_id": "ostree-devel-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-grub2-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-grub2-0:2022.2-5.el8.aarch64", "product_id": "ostree-grub2-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-libs-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-libs-0:2022.2-5.el8.aarch64", "product_id": "ostree-libs-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-debugsource-0:2022.2-5.el8.aarch64", "product_id": "ostree-debugsource-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-debuginfo-0:2022.2-5.el8.aarch64", "product_id": "ostree-debuginfo-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "product": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=aarch64" } } }, { "category": "product_version", "name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "product": { "name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "product_id": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bootupd@0.2.5-3.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "product": { "name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "product_id": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-3.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "product": { "name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "product_id": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-3.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "product": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el8.aarch64", "product": { "name": "kata-containers-0:2.5.2-1.el8.aarch64", "product_id": "kata-containers-0:2.5.2-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "product": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "product_id": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "product": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "product": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el8.aarch64", "product": { "name": "cri-tools-0:1.25.0-2.el8.aarch64", "product_id": "cri-tools-0:1.25.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "product_id": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=aarch64" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "product": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "NetworkManager-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "product": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64", "product": { "name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64", "product_id": "python3-msgpack-0:0.6.2-1.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-1.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "product": { "name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "product_id": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-1.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "product": { "name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "product_id": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-1.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el8ar.aarch64", "product": { "name": "tini-0:0.16.1-1.el8ar.aarch64", "product_id": "tini-0:0.16.1-1.el8ar.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "product": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "product": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "product": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "product": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "product": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "product": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-1.el8.aarch64", "product": { "name": "haproxy22-0:2.2.24-1.el8.aarch64", "product_id": "haproxy22-0:2.2.24-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64", "product": { "name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64", "product_id": "haproxy-debugsource-0:2.2.24-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "product": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "product": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-cli-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-cli-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-cli-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-devel-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-devel-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-devel-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-plugins-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64", "product": { "name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64", "product_id": "python3-grpcio-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "product": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "product": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "product": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "product_id": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "product": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "product": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crit-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "crit-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "crit-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "criu-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "criu-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "criu-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "product": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "product": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=aarch64" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "product": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "product": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-2.el8.aarch64", "product": { "name": "buildah-1:1.23.4-2.el8.aarch64", "product_id": "buildah-1:1.23.4-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-2.el8.aarch64", "product": { "name": "buildah-tests-1:1.23.4-2.el8.aarch64", "product_id": "buildah-tests-1:1.23.4-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-2.el8.aarch64", "product": { "name": "buildah-debugsource-1:1.23.4-2.el8.aarch64", "product_id": "buildah-debugsource-1:1.23.4-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64", "product": { "name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64", "product_id": "buildah-debuginfo-1:1.23.4-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "product": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "product_id": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "product": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "product": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-bcrypt-0:3.1.6-3.el9.aarch64", "product": { "name": "python3-bcrypt-0:3.1.6-3.el9.aarch64", "product_id": "python3-bcrypt-0:3.1.6-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "product": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "product": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-coverage-0:5.6-0.1b1.el9.aarch64", "product": { "name": "python3-coverage-0:5.6-0.1b1.el9.aarch64", "product_id": "python3-coverage-0:5.6-0.1b1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "product": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "product": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-gevent-0:21.1.2-1.el9.aarch64", "product": { "name": "python3-gevent-0:21.1.2-1.el9.aarch64", "product_id": "python3-gevent-0:21.1.2-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "product": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "product_id": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "product": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-greenlet-0:1.0.0-1.el9.aarch64", "product": { "name": "python3-greenlet-0:1.0.0-1.el9.aarch64", "product_id": "python3-greenlet-0:1.0.0-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "product": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "product_id": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "product": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "product": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64", "product": { "name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64", "product_id": "python3-kerberos-0:1.3.0-11.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "product": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "product": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64", "product": { "name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64", "product_id": "python3-kiwisolver-0:1.1.0-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "product": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "product": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-markupsafe-0:2.0.0-2.el9.aarch64", "product": { "name": "python3-markupsafe-0:2.0.0-2.el9.aarch64", "product_id": "python3-markupsafe-0:2.0.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "product": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "product": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-msgpack-0:0.6.2-2.el9.aarch64", "product": { "name": "python3-msgpack-0:0.6.2-2.el9.aarch64", "product_id": "python3-msgpack-0:0.6.2-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "product": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "product": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-simplejson-0:3.17.0-2.el9.aarch64", "product": { "name": "python3-simplejson-0:3.17.0-2.el9.aarch64", "product_id": "python3-simplejson-0:3.17.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "product": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "product": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "product": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "product": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "product": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "product_id": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tornado-0:6.1.0-2.el9.1.aarch64", "product": { "name": "python3-tornado-0:6.1.0-2.el9.1.aarch64", "product_id": "python3-tornado-0:6.1.0-2.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "product": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "product": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64", "product": { "name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64", "product_id": "python-wrapt-doc-0:1.11.2-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-wrapt-0:1.11.2-4.el9.aarch64", "product": { "name": "python3-wrapt-0:1.11.2-4.el9.aarch64", "product_id": "python3-wrapt-0:1.11.2-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "product": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "product": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-yappi-0:1.3.1-2.el9.aarch64", "product": { "name": "python3-yappi-0:1.3.1-2.el9.aarch64", "product_id": "python3-yappi-0:1.3.1-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "product": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "product_id": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "product": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-zope-interface-0:5.4.0-1.el9.aarch64", "product": { "name": "python3-zope-interface-0:5.4.0-1.el9.aarch64", "product_id": "python3-zope-interface-0:5.4.0-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-devel-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-devel-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-devel-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-static-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-static-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-static-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "product": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=aarch64" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el9.aarch64", "product": { "name": "kata-containers-0:2.5.2-1.el9.aarch64", "product_id": "kata-containers-0:2.5.2-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el9.aarch64", "product": { "name": "cri-tools-0:1.25.0-2.el9.aarch64", "product_id": "cri-tools-0:1.25.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "product_id": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "product": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "product": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "product": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "product": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "product_id": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "product": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "product": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "product": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "product": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le", "product": { "name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le", "product_id": "containers-common-2:1-27.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-0:1.3.3-1.el8.ppc64le", "product": { "name": "nmstate-0:1.3.3-1.el8.ppc64le", "product_id": "nmstate-0:1.3.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-devel-0:1.3.3-1.el8.ppc64le", "product": { "name": "nmstate-devel-0:1.3.3-1.el8.ppc64le", "product_id": "nmstate-devel-0:1.3.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-libs-0:1.3.3-1.el8.ppc64le", "product": { "name": "nmstate-libs-0:1.3.3-1.el8.ppc64le", "product_id": "nmstate-libs-0:1.3.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "product": { "name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "product_id": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "product": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "product_id": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "product": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-0:2022.2-5.el8.ppc64le", "product_id": "ostree-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-devel-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-devel-0:2022.2-5.el8.ppc64le", "product_id": "ostree-devel-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-grub2-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-grub2-0:2022.2-5.el8.ppc64le", "product_id": "ostree-grub2-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-libs-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-libs-0:2022.2-5.el8.ppc64le", "product_id": "ostree-libs-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-debugsource-0:2022.2-5.el8.ppc64le", "product_id": "ostree-debugsource-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le", "product_id": "ostree-debuginfo-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "product": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "product": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el8.ppc64le", "product": { "name": "kata-containers-0:2.5.2-1.el8.ppc64le", "product_id": "kata-containers-0:2.5.2-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product_id": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el8.ppc64le", "product": { "name": "cri-tools-0:1.25.0-2.el8.ppc64le", "product_id": "cri-tools-0:1.25.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "product_id": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "product": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "product": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el8ar.ppc64le", "product": { "name": "tini-0:0.16.1-1.el8ar.ppc64le", "product_id": "tini-0:0.16.1-1.el8ar.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-1.el8.ppc64le", "product": { "name": "haproxy22-0:2.2.24-1.el8.ppc64le", "product_id": "haproxy22-0:2.2.24-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "product": { "name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "product_id": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "product": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "product": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-cli-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-devel-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "product_id": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product_id": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "crit-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "criu-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "product": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-2.el8.ppc64le", "product": { "name": "buildah-1:1.23.4-2.el8.ppc64le", "product_id": "buildah-1:1.23.4-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-2.el8.ppc64le", "product": { "name": "buildah-tests-1:1.23.4-2.el8.ppc64le", "product_id": "buildah-tests-1:1.23.4-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le", "product": { "name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le", "product_id": "buildah-debugsource-1:1.23.4-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "product": { "name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "product_id": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product_id": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le", "product": { "name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le", "product_id": "python3-bcrypt-0:3.1.6-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "product": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "product": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le", "product": { "name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le", "product_id": "python3-coverage-0:5.6-0.1b1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "product": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "product": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-gevent-0:21.1.2-1.el9.ppc64le", "product": { "name": "python3-gevent-0:21.1.2-1.el9.ppc64le", "product_id": "python3-gevent-0:21.1.2-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "product": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "product_id": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "product": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-greenlet-0:1.0.0-1.el9.ppc64le", "product": { "name": "python3-greenlet-0:1.0.0-1.el9.ppc64le", "product_id": "python3-greenlet-0:1.0.0-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "product": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "product_id": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "product": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "product": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "product": { "name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "product_id": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "product": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "product": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "product": { "name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "product_id": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "product": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "product": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le", "product": { "name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le", "product_id": "python3-markupsafe-0:2.0.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "product": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "product": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-msgpack-0:0.6.2-2.el9.ppc64le", "product": { "name": "python3-msgpack-0:0.6.2-2.el9.ppc64le", "product_id": "python3-msgpack-0:0.6.2-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "product": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "product": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-simplejson-0:3.17.0-2.el9.ppc64le", "product": { "name": "python3-simplejson-0:3.17.0-2.el9.ppc64le", "product_id": "python3-simplejson-0:3.17.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "product": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "product": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "product": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "product": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "product": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "product_id": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le", "product": { "name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le", "product_id": "python3-tornado-0:6.1.0-2.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "product": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "product": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "product": { "name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "product_id": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-wrapt-0:1.11.2-4.el9.ppc64le", "product": { "name": "python3-wrapt-0:1.11.2-4.el9.ppc64le", "product_id": "python3-wrapt-0:1.11.2-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "product": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "product": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-yappi-0:1.3.1-2.el9.ppc64le", "product": { "name": "python3-yappi-0:1.3.1-2.el9.ppc64le", "product_id": "python3-yappi-0:1.3.1-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "product": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "product_id": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "product": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le", "product": { "name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le", "product_id": "python3-zope-interface-0:5.4.0-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-devel-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-static-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-static-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-static-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "product": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el9.ppc64le", "product": { "name": "kata-containers-0:2.5.2-1.el9.ppc64le", "product_id": "kata-containers-0:2.5.2-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el9.ppc64le", "product": { "name": "cri-tools-0:1.25.0-2.el9.ppc64le", "product_id": "cri-tools-0:1.25.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "product_id": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product_id": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "product": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "containers-common-2:1-27.rhaos4.12.el8.s390x", "product": { "name": "containers-common-2:1-27.rhaos4.12.el8.s390x", "product_id": "containers-common-2:1-27.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "product": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-0:1.3.3-1.el8.s390x", "product": { "name": "nmstate-0:1.3.3-1.el8.s390x", "product_id": "nmstate-0:1.3.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-devel-0:1.3.3-1.el8.s390x", "product": { "name": "nmstate-devel-0:1.3.3-1.el8.s390x", "product_id": "nmstate-devel-0:1.3.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-libs-0:1.3.3-1.el8.s390x", "product": { "name": "nmstate-libs-0:1.3.3-1.el8.s390x", "product_id": "nmstate-libs-0:1.3.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-debugsource-0:1.3.3-1.el8.s390x", "product": { "name": "nmstate-debugsource-0:1.3.3-1.el8.s390x", "product_id": "nmstate-debugsource-0:1.3.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x", "product": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x", "product_id": "nmstate-debuginfo-0:1.3.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "product": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-0:2022.2-5.el8.s390x", "product": { "name": "ostree-0:2022.2-5.el8.s390x", "product_id": "ostree-0:2022.2-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-devel-0:2022.2-5.el8.s390x", "product": { "name": "ostree-devel-0:2022.2-5.el8.s390x", "product_id": "ostree-devel-0:2022.2-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-libs-0:2022.2-5.el8.s390x", "product": { "name": "ostree-libs-0:2022.2-5.el8.s390x", "product_id": "ostree-libs-0:2022.2-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2022.2-5.el8.s390x", "product": { "name": "ostree-debugsource-0:2022.2-5.el8.s390x", "product_id": "ostree-debugsource-0:2022.2-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2022.2-5.el8.s390x", "product": { "name": "ostree-debuginfo-0:2022.2-5.el8.s390x", "product_id": "ostree-debuginfo-0:2022.2-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "product": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "product": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "product": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x", "product": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x", "product_id": "butane-0:0.16.0-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "product": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "product": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el8.s390x", "product": { "name": "cri-tools-0:1.25.0-2.el8.s390x", "product_id": "cri-tools-0:1.25.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x", "product_id": "cri-tools-debugsource-0:1.25.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=s390x" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "product": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "product": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "product": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "product": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "product": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "NetworkManager-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-team-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ovn22.06-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "product": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "product": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el8ar.s390x", "product": { "name": "tini-0:0.16.1-1.el8ar.s390x", "product_id": "tini-0:0.16.1-1.el8ar.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "product": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "product": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "product": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "product": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "product": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "product": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "product": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy22-0:2.2.24-1.el8.s390x", "product": { "name": "haproxy22-0:2.2.24-1.el8.s390x", "product_id": "haproxy22-0:2.2.24-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.2.24-1.el8.s390x", "product": { "name": "haproxy-debugsource-0:2.2.24-1.el8.s390x", "product_id": "haproxy-debugsource-0:2.2.24-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "product": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "product": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "product": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "product": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-cli-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-cli-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-cli-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-devel-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-devel-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-devel-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-plugins-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-plugins-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-plugins-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python3-grpcio-0:1.18.0-4.el8ost.s390x", "product": { "name": "python3-grpcio-0:1.18.0-4.el8ost.s390x", "product_id": "python3-grpcio-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-debugsource-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "product": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "product": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x", "product": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x", "product_id": "crun-0:1.4.2-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "product": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "product": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "crit-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "crit-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "crit-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "criu-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "criu-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "criu-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "product": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "product": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "product": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=s390x" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "product": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "product": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "product": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-2.el8.s390x", "product": { "name": "buildah-1:1.23.4-2.el8.s390x", "product_id": "buildah-1:1.23.4-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-2.el8.s390x", "product": { "name": "buildah-tests-1:1.23.4-2.el8.s390x", "product_id": "buildah-tests-1:1.23.4-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-2.el8.s390x", "product": { "name": "buildah-debugsource-1:1.23.4-2.el8.s390x", "product_id": "buildah-debugsource-1:1.23.4-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-2.el8.s390x", "product": { "name": "buildah-debuginfo-1:1.23.4-2.el8.s390x", "product_id": "buildah-debuginfo-1:1.23.4-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "product": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x", "product": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x", "product_id": "runc-3:1.1.2-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "product": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "product": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "python3-bcrypt-0:3.1.6-3.el9.s390x", "product": { "name": "python3-bcrypt-0:3.1.6-3.el9.s390x", "product_id": "python3-bcrypt-0:3.1.6-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "product": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "product": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-coverage-0:5.6-0.1b1.el9.s390x", "product": { "name": "python3-coverage-0:5.6-0.1b1.el9.s390x", "product_id": "python3-coverage-0:5.6-0.1b1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "product": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "product": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-gevent-0:21.1.2-1.el9.s390x", "product": { "name": "python3-gevent-0:21.1.2-1.el9.s390x", "product_id": "python3-gevent-0:21.1.2-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x", "product": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x", "product_id": "python-gevent-debugsource-0:21.1.2-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "product": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-greenlet-0:1.0.0-1.el9.s390x", "product": { "name": "python3-greenlet-0:1.0.0-1.el9.s390x", "product_id": "python3-greenlet-0:1.0.0-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x", "product": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x", "product_id": "python3-greenlet-devel-0:1.0.0-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "product": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "product": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-kerberos-0:1.3.0-11.el9.1.s390x", "product": { "name": "python3-kerberos-0:1.3.0-11.el9.1.s390x", "product_id": "python3-kerberos-0:1.3.0-11.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "product": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "product": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-kiwisolver-0:1.1.0-4.el9.s390x", "product": { "name": "python3-kiwisolver-0:1.1.0-4.el9.s390x", "product_id": "python3-kiwisolver-0:1.1.0-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "product": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "product": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-markupsafe-0:2.0.0-2.el9.s390x", "product": { "name": "python3-markupsafe-0:2.0.0-2.el9.s390x", "product_id": "python3-markupsafe-0:2.0.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "product": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "product": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-msgpack-0:0.6.2-2.el9.s390x", "product": { "name": "python3-msgpack-0:0.6.2-2.el9.s390x", "product_id": "python3-msgpack-0:0.6.2-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "product": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "product": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-simplejson-0:3.17.0-2.el9.s390x", "product": { "name": "python3-simplejson-0:3.17.0-2.el9.s390x", "product_id": "python3-simplejson-0:3.17.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "product": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "product": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "product": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "product": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x", "product": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x", "product_id": "python-tornado-doc-0:6.1.0-2.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tornado-0:6.1.0-2.el9.1.s390x", "product": { "name": "python3-tornado-0:6.1.0-2.el9.1.s390x", "product_id": "python3-tornado-0:6.1.0-2.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "product": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "product": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "python-wrapt-doc-0:1.11.2-4.el9.s390x", "product": { "name": "python-wrapt-doc-0:1.11.2-4.el9.s390x", "product_id": "python-wrapt-doc-0:1.11.2-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-wrapt-0:1.11.2-4.el9.s390x", "product": { "name": "python3-wrapt-0:1.11.2-4.el9.s390x", "product_id": "python3-wrapt-0:1.11.2-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "product": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "product": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-yappi-0:1.3.1-2.el9.s390x", "product": { "name": "python3-yappi-0:1.3.1-2.el9.s390x", "product_id": "python3-yappi-0:1.3.1-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x", "product": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x", "product_id": "python-yappi-debugsource-0:1.3.1-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "product": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-zope-interface-0:5.4.0-1.el9.s390x", "product": { "name": "python3-zope-interface-0:5.4.0-1.el9.s390x", "product_id": "python3-zope-interface-0:5.4.0-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "subunit-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-cppunit-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-devel-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-devel-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-devel-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-static-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-static-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-static-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-debugsource-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "product": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=s390x" } } }, { "category": "product_version", "name": "kata-containers-0:2.5.2-1.el9.s390x", "product": { "name": "kata-containers-0:2.5.2-1.el9.s390x", "product_id": "kata-containers-0:2.5.2-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "product": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-0:1.25.0-2.el9.s390x", "product": { "name": "cri-tools-0:1.25.0-2.el9.s390x", "product_id": "cri-tools-0:1.25.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x", "product": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x", "product_id": "cri-tools-debugsource-0:1.25.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "product": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x" } } }, { "category": "product_version", "name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "product": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "product": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "product": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "product": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "product": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "product": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "product": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "product": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x", "product": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x", "product_id": "crun-0:1.4.2-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "product": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "product": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "product": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "product": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "product": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "product": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "product": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "product": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "product": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "product": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "product": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "product": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "product": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "product": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "product": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "product": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "product": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "product": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "product": { "name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "product_id": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.4-1.rhaos4.12.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "product": { "name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "product_id": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-issuegen@0.20.4-1.rhaos4.12.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "product": { "name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "product_id": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-profile@0.20.4-1.rhaos4.12.el8?arch=noarch" } } }, { "category": "product_version", "name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "product": { "name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "product_id": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.188.0-1.rhaos4.12.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "product": { "name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "product_id": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nmstate-plugin-ovsdb@1.3.3-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-libnmstate-0:1.3.3-1.el8.noarch", "product": { "name": "python3-libnmstate-0:1.3.3-1.el8.noarch", "product_id": "python3-libnmstate-0:1.3.3-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnmstate@1.3.3-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "product": { "name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "product_id": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.2.0-1.rhaos4.12.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "product": { "name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "product_id": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.1.0-1.rhaos4.12.el8?arch=noarch" } } }, { "category": "product_version", "name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "product": { "name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "product_id": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-redistributable@0.16.0-2.rhaos4.12.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "product_id": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "product": { "name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "product_id": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "product": { "name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "product_id": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.17-test@2.17.0-62.el8fdp?arch=noarch" } } }, { "category": "product_version", "name": "python3-kubernetes-0:25.3.0-1.el8.noarch", "product": { "name": "python3-kubernetes-0:25.3.0-1.el8.noarch", "product_id": "python3-kubernetes-0:25.3.0-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kubernetes@25.3.0-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "product": { "name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "product_id": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kubernetes-tests@25.3.0-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "product": { "name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "product_id": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.36.0-8.el8_6?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "product": { "name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "product_id": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-config-server@1.36.0-8.el8_6?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "product": { "name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "product_id": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.36.0-8.el8_6?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-zipp-0:0.5.1-2.el8ost.noarch", "product": { "name": "python3-zipp-0:0.5.1-2.el8ost.noarch", "product_id": "python3-zipp-0:0.5.1-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zipp@0.5.1-2.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch", "product": { "name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch", "product_id": "python3-zeroconf-0:0.24.4-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zeroconf@0.24.4-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch", "product": { "name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch", "product_id": "python3-werkzeug-0:1.0.1-3.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-werkzeug@1.0.1-3.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch", "product": { "name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch", "product_id": "python3-wcwidth-0:0.1.7-14.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wcwidth@0.1.7-14.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-tenacity-0:6.2.0-1.el8ost.noarch", "product": { "name": "python3-tenacity-0:6.2.0-1.el8ost.noarch", "product_id": "python3-tenacity-0:6.2.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tenacity@6.2.0-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-rsa-0:4.7-1.el8.noarch", "product": { "name": "python3-rsa-0:4.7-1.el8.noarch", "product_id": "python3-rsa-0:4.7-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-rsa@4.7-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "product": { "name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "product_id": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests-unixsocket@0.1.5-5.el8ar?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch", "product": { "name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch", "product_id": "python3-pyroute2-0:0.5.13-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyroute2@0.5.13-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "product": { "name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "product_id": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyperclip-doc@1.6.4-6.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch", "product": { "name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch", "product_id": "python3-pyperclip-0:1.6.4-6.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyperclip@1.6.4-6.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "product": { "name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "product_id": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyghmi@1.5.14-2.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "pycdlib-tools-0:1.11.0-3.el8.noarch", "product": { "name": "pycdlib-tools-0:1.11.0-3.el8.noarch", "product_id": "pycdlib-tools-0:1.11.0-3.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/pycdlib-tools@1.11.0-3.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-pycdlib-0:1.11.0-3.el8.noarch", "product": { "name": "python3-pycdlib-0:1.11.0-3.el8.noarch", "product_id": "python3-pycdlib-0:1.11.0-3.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pycdlib@1.11.0-3.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-pint-0:0.10.1-1.el8ost.noarch", "product": { "name": "python3-pint-0:0.10.1-1.el8ost.noarch", "product_id": "python3-pint-0:0.10.1-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pint@0.10.1-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-pexpect-0:4.6-2.el8ar.noarch", "product": { "name": "python3-pexpect-0:4.6-2.el8ar.noarch", "product_id": "python3-pexpect-0:4.6-2.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pexpect@4.6-2.el8ar?arch=noarch" } } }, { "category": "product_version", "name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "product": { "name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "product_id": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-paste-deploy@2.0.1-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-paste-0:3.2.4-1.el8ost.noarch", "product": { "name": "python3-paste-0:3.2.4-1.el8ost.noarch", "product_id": "python3-paste-0:3.2.4-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-paste@3.2.4-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-packaging-doc-0:20.4-1.el8ost.noarch", "product": { "name": "python-packaging-doc-0:20.4-1.el8ost.noarch", "product_id": "python-packaging-doc-0:20.4-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-packaging-doc@20.4-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-packaging-0:20.4-1.el8ost.noarch", "product": { "name": "python3-packaging-0:20.4-1.el8ost.noarch", "product_id": "python3-packaging-0:20.4-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-packaging@20.4-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "product": { "name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "product_id": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization@4.2.0-0.20211012151454.2b94a4f.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "product": { "name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "product_id": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@4.2.0-0.20211012151454.2b94a4f.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product": { "name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product_id": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-policy-lang@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product": { "name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product_id": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-policy@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product": { "name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product_id": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-policy-tests@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "product": { "name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "product_id": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-metrics@0.3.0-0.20211020174122.43eee50.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "product": { "name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "product_id": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-metrics-tests@0.3.0-0.20211020174122.43eee50.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "product": { "name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "product_id": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-messaging@12.9.1-0.20211020204149.f9de265.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "product": { "name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "product_id": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-messaging-tests@12.9.1-0.20211020204149.f9de265.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product": { "name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product_id": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log-lang@4.6.0-0.20211012154701.41c8807.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product": { "name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product_id": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log@4.6.0-0.20211012154701.41c8807.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product": { "name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product_id": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log-tests@4.6.0-0.20211012154701.41c8807.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "product": { "name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "product_id": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.1.0-0.20211012165753.b031d17.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "product": { "name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "product_id": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-i18n@5.1.0-0.20211012165753.b031d17.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product": { "name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product_id": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db-lang@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product": { "name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product_id": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product": { "name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product_id": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db-tests@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "product": { "name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "product_id": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context@3.3.1-0.20211012152439.641a1e0.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "product": { "name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "product_id": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context-tests@3.3.1-0.20211012152439.641a1e0.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "product": { "name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "product_id": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-config@8.7.1-0.20211012155707.1a7bd66.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-lockfile-1:0.11.0-8.el8ar.noarch", "product": { "name": "python3-lockfile-1:0.11.0-8.el8ar.noarch", "product_id": "python3-lockfile-1:0.11.0-8.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-lockfile@0.11.0-8.el8ar?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch", "product": { "name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch", "product_id": "python3-kombu-1:4.6.6-7.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kombu@4.6.6-7.el8ost.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "product": { "name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "product_id": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jsonschema@3.2.0-5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "product": { "name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "product_id": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-iso8601@0.1.12-8.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "product": { "name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "product_id": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-importlib-metadata@1.7.0-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch", "product": { "name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch", "product_id": "python3-ifaddr-0:0.1.6-5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ifaddr@0.1.6-5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "product": { "name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "product_id": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gunicorn@19.9.0-10.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "product": { "name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "product_id": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-8.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "product": { "name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "product_id": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-funcsigs@1.0.2-8.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python-flask-doc-1:1.1.1-1.el8ost.noarch", "product": { "name": "python-flask-doc-1:1.1.1-1.el8ost.noarch", "product_id": "python-flask-doc-1:1.1.1-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask-doc@1.1.1-1.el8ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-flask-1:1.1.1-1.el8ost.noarch", "product": { "name": "python3-flask-1:1.1.1-1.el8ost.noarch", "product_id": "python3-flask-1:1.1.1-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flask@1.1.1-1.el8ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-eventlet-0:0.30.2-1.el8.noarch", "product": { "name": "python3-eventlet-0:0.30.2-1.el8.noarch", "product_id": "python3-eventlet-0:0.30.2-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-eventlet@0.30.2-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "product": { "name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "product_id": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-dogpile-cache@1.1.2-1.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-construct-0:2.10.56-1.el8ost.noarch", "product": { "name": "python3-construct-0:2.10.56-1.el8ost.noarch", "product_id": "python3-construct-0:2.10.56-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-construct@2.10.56-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-cmd2-0:1.4.0-1.1.el8.noarch", "product": { "name": "python3-cmd2-0:1.4.0-1.1.el8.noarch", "product_id": "python3-cmd2-0:1.4.0-1.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cmd2@1.4.0-1.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "product": { "name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "product_id": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-amqp-doc@2.5.2-7.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch", "product": { "name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch", "product_id": "python3-amqp-0:2.5.2-7.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-amqp@2.5.2-7.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-alembic-0:1.4.2-5.el8ost.noarch", "product": { "name": "python3-alembic-0:1.4.2-5.el8ost.noarch", "product_id": "python3-alembic-0:1.4.2-5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-alembic@1.4.2-5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "crudini-0:0.9-11.el8ost.1.noarch", "product": { "name": "crudini-0:0.9-11.el8ost.1.noarch", "product_id": "crudini-0:0.9-11.el8ost.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/crudini@0.9-11.el8ost.1?arch=noarch" } } }, { "category": "product_version", "name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch", "product": { "name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch", "product_id": "ansible-runner-http-0:1.0.0-2.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner-http@1.0.0-2.el8ar?arch=noarch" } } }, { "category": "product_version", "name": "ansible-runner-0:1.4.6-2.el8ar.noarch", "product": { "name": "ansible-runner-0:1.4.6-2.el8ar.noarch", "product_id": "ansible-runner-0:1.4.6-2.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner@1.4.6-2.el8ar?arch=noarch" } } }, { "category": "product_version", "name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "product": { "name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "product_id": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ansible-runner@1.4.6-2.el8ar?arch=noarch" } } }, { "category": "product_version", "name": "crudini-0:0.9.3-4.el9.noarch", "product": { "name": "crudini-0:0.9.3-4.el9.noarch", "product_id": "crudini-0:0.9.3-4.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/crudini@0.9.3-4.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-future-0:0.18.2-9.el9.1.noarch", "product": { "name": "python3-future-0:0.18.2-9.el9.1.noarch", "product_id": "python3-future-0:0.18.2-9.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-future@0.18.2-9.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product": { "name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product_id": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product": { "name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product_id": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product": { "name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product_id": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-python-agent-tests@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch" } } }, { "category": "product_version", "name": "openstack-macros-0:2020.1.2-1.el9.noarch", "product": { "name": "openstack-macros-0:2020.1.2-1.el9.noarch", "product_id": "openstack-macros-0:2020.1.2-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-macros@2020.1.2-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "product": { "name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "product_id": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/pyOpenSSL-doc@20.0.1-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "product": { "name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "product_id": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyOpenSSL@20.0.1-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch", "product": { "name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch", "product_id": "python3-pyflakes-0:2.2.0-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyflakes@2.2.0-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pysnmp-0:4.4.12-6.el9.noarch", "product": { "name": "python3-pysnmp-0:4.4.12-6.el9.noarch", "product_id": "python3-pysnmp-0:4.4.12-6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pysnmp@4.4.12-6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-SecretStorage-0:2.3.1-9.el9.noarch", "product": { "name": "python3-SecretStorage-0:2.3.1-9.el9.noarch", "product_id": "python3-SecretStorage-0:2.3.1-9.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-SecretStorage@2.3.1-9.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-alembic-0:1.6.0-1.el9.noarch", "product": { "name": "python3-alembic-0:1.6.0-1.el9.noarch", "product_id": "python3-alembic-0:1.6.0-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-alembic@1.6.0-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-amqp-doc-0:5.0.6-1.el9.noarch", "product": { "name": "python-amqp-doc-0:5.0.6-1.el9.noarch", "product_id": "python-amqp-doc-0:5.0.6-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-amqp-doc@5.0.6-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-amqp-0:5.0.6-1.el9.noarch", "product": { "name": "python3-amqp-0:5.0.6-1.el9.noarch", "product_id": "python3-amqp-0:5.0.6-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-amqp@5.0.6-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-apipkg-0:1.5-12.el9.1.noarch", "product": { "name": "python3-apipkg-0:1.5-12.el9.1.noarch", "product_id": "python3-apipkg-0:1.5-12.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-apipkg@1.5-12.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "product": { "name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "product_id": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-atomicwrites@1.4.0-6.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "product": { "name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "product_id": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-automaton@3.0.0-0.20220811170530.ed884e8.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-autopage-0:0.4.0-1.el9.2.noarch", "product": { "name": "python3-autopage-0:0.4.0-1.el9.2.noarch", "product_id": "python3-autopage-0:0.4.0-1.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-autopage@0.4.0-1.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "product": { "name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "product_id": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-beautifulsoup4@4.9.3-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-betamax-0:0.8.1-12.el9.1.noarch", "product": { "name": "python3-betamax-0:0.8.1-12.el9.1.noarch", "product_id": "python3-betamax-0:0.8.1-12.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-betamax@0.8.1-12.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-cachetools-0:3.1.0-4.el9.noarch", "product": { "name": "python3-cachetools-0:3.1.0-4.el9.noarch", "product_id": "python3-cachetools-0:3.1.0-4.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cachetools@3.1.0-4.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-case-0:1.5.3-5.el9.noarch", "product": { "name": "python3-case-0:1.5.3-5.el9.noarch", "product_id": "python3-case-0:1.5.3-5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-case@1.5.3-5.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "product": { "name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "product_id": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cinderclient@9.0.0-0.20220811172734.2c7d463.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-click-0:7.1.2-5.el9.1.noarch", "product": { "name": "python3-click-0:7.1.2-5.el9.1.noarch", "product_id": "python3-click-0:7.1.2-5.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-click@7.1.2-5.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "product": { "name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "product_id": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cliff@3.10.1-0.20220802152018.a04a48f.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "product": { "name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "product_id": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cliff-tests@3.10.1-0.20220802152018.a04a48f.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-cmd2-0:1.4.0-2.el9.1.noarch", "product": { "name": "python3-cmd2-0:1.4.0-2.el9.1.noarch", "product_id": "python3-cmd2-0:1.4.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cmd2@1.4.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-colorama-0:0.4.1-2.el9.noarch", "product": { "name": "python3-colorama-0:0.4.1-2.el9.noarch", "product_id": "python3-colorama-0:0.4.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-colorama@0.4.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-construct-0:2.10.56-2.el9.noarch", "product": { "name": "python3-construct-0:2.10.56-2.el9.noarch", "product_id": "python3-construct-0:2.10.56-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-construct@2.10.56-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "product": { "name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "product_id": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-contextlib2@0.6.0.post1-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-dataclasses-0:0.8-2.el9.noarch", "product": { "name": "python3-dataclasses-0:0.8-2.el9.noarch", "product_id": "python3-dataclasses-0:0.8-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-dataclasses@0.8-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ddt-0:1.4.2-1.el9.noarch", "product": { "name": "python3-ddt-0:1.4.2-1.el9.noarch", "product_id": "python3-ddt-0:1.4.2-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ddt@1.4.2-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "product": { "name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "product_id": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debtcollector@2.5.0-0.20220802170047.a6b46c5.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-decorator-0:4.4.0-6.el9.noarch", "product": { "name": "python3-decorator-0:4.4.0-6.el9.noarch", "product_id": "python3-decorator-0:4.4.0-6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-decorator@4.4.0-6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-defusedxml-0:0.7.1-1.el9.noarch", "product": { "name": "python3-defusedxml-0:0.7.1-1.el9.noarch", "product_id": "python3-defusedxml-0:0.7.1-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-defusedxml@0.7.1-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-distlib-0:0.3.1-4.el9.1.noarch", "product": { "name": "python3-distlib-0:0.3.1-4.el9.1.noarch", "product_id": "python3-distlib-0:0.3.1-4.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-distlib@0.3.1-4.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch", "product": { "name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch", "product_id": "python3-dogpile-cache-0:1.1.5-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-dogpile-cache@1.1.5-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "product": { "name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "product_id": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-dracclient@8.0.0-0.20220802154400.9c7499c.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-editor-0:1.0.4-5.el9.noarch", "product": { "name": "python3-editor-0:1.0.4-5.el9.noarch", "product_id": "python3-editor-0:1.0.4-5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-editor@1.0.4-5.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-entrypoints-doc-0:0.3-8.el9.noarch", "product": { "name": "python-entrypoints-doc-0:0.3-8.el9.noarch", "product_id": "python-entrypoints-doc-0:0.3-8.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-entrypoints-doc@0.3-8.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-entrypoints-0:0.3-8.el9.noarch", "product": { "name": "python3-entrypoints-0:0.3-8.el9.noarch", "product_id": "python3-entrypoints-0:0.3-8.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-entrypoints@0.3-8.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-eventlet-0:0.30.2-1.el9.noarch", "product": { "name": "python3-eventlet-0:0.30.2-1.el9.noarch", "product_id": "python3-eventlet-0:0.30.2-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-eventlet@0.30.2-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-execnet-0:1.7.1-5.el9.1.noarch", "product": { "name": "python3-execnet-0:1.7.1-5.el9.1.noarch", "product_id": "python3-execnet-0:1.7.1-5.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-execnet@1.7.1-5.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-extras-0:1.0.0-15.el9.1.noarch", "product": { "name": "python3-extras-0:1.0.0-15.el9.1.noarch", "product_id": "python3-extras-0:1.0.0-15.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-extras@1.0.0-15.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-fasteners-0:0.14.1-21.el9.noarch", "product": { "name": "python3-fasteners-0:0.14.1-21.el9.noarch", "product_id": "python3-fasteners-0:0.14.1-21.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-fasteners@0.14.1-21.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch", "product": { "name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch", "product_id": "python-filelock-doc-0:3.0.12-9.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-filelock-doc@3.0.12-9.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-filelock-0:3.0.12-9.el9.1.noarch", "product": { "name": "python3-filelock-0:3.0.12-9.el9.1.noarch", "product_id": "python3-filelock-0:3.0.12-9.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-filelock@3.0.12-9.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-fixtures-0:3.0.0-22.el9.1.noarch", "product": { "name": "python3-fixtures-0:3.0.0-22.el9.1.noarch", "product_id": "python3-fixtures-0:3.0.0-22.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-fixtures@3.0.0-22.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-flake8-0:3.8.4-1.el9.1.noarch", "product": { "name": "python3-flake8-0:3.8.4-1.el9.1.noarch", "product_id": "python3-flake8-0:3.8.4-1.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flake8@3.8.4-1.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python-flask-doc-1:2.0.1-2.el9.1.noarch", "product": { "name": "python-flask-doc-1:2.0.1-2.el9.1.noarch", "product_id": "python-flask-doc-1:2.0.1-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask-doc@2.0.1-2.el9.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-flask-1:2.0.1-2.el9.1.noarch", "product": { "name": "python3-flask-1:2.0.1-2.el9.1.noarch", "product_id": "python3-flask-1:2.0.1-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flask@2.0.1-2.el9.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-flit-0:3.0.0-1.el9.2.noarch", "product": { "name": "python3-flit-0:3.0.0-1.el9.2.noarch", "product_id": "python3-flit-0:3.0.0-1.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flit@3.0.0-1.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "python3-flit-core-0:3.0.0-1.el9.2.noarch", "product": { "name": "python3-flit-core-0:3.0.0-1.el9.2.noarch", "product_id": "python3-flit-core-0:3.0.0-1.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flit-core@3.0.0-1.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "python3-freezegun-0:1.0.0-4.el9.1.noarch", "product": { "name": "python3-freezegun-0:1.0.0-4.el9.1.noarch", "product_id": "python3-freezegun-0:1.0.0-4.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-freezegun@1.0.0-4.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch", "product": { "name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch", "product_id": "python-funcsigs-doc-0:1.0.2-17.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-funcsigs-doc@1.0.2-17.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-funcsigs-0:1.0.2-17.el9.noarch", "product": { "name": "python3-funcsigs-0:1.0.2-17.el9.noarch", "product_id": "python3-funcsigs-0:1.0.2-17.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-funcsigs@1.0.2-17.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "product": { "name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "product_id": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-futurist@2.4.1-0.20220802175500.159d752.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "product": { "name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "product_id": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-glanceclient@4.0.1-0.20220811181326.1b854e1.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch", "product": { "name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch", "product_id": "python-gunicorn-doc-0:20.0.4-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gunicorn-doc@20.0.4-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-gunicorn-0:20.0.4-2.el9.noarch", "product": { "name": "python3-gunicorn-0:20.0.4-2.el9.noarch", "product_id": "python3-gunicorn-0:20.0.4-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gunicorn@20.0.4-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "product": { "name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "product_id": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hacking@1.0.1-0.20210812104123.865398f.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "product": { "name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "product_id": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hardware@0.29.1-0.20220811165930.fd4bce6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "product": { "name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "product_id": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hardware-detect@0.29.1-0.20220811165930.fd4bce6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-html5lib-1:1.1-4.el9.1.noarch", "product": { "name": "python3-html5lib-1:1.1-4.el9.1.noarch", "product_id": "python3-html5lib-1:1.1-4.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-html5lib@1.1-4.el9.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bcli@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bdateutil@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bdjango@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bghostwriter@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Blark@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bnumpy@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bpandas@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bpytest@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bpytz@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bredis@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis%2Bzoneinfo@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch", "product": { "name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch", "product_id": "python3-hypothesis-0:6.6.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hypothesis@6.6.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-ifaddr-0:0.1.6-6.el9.noarch", "product": { "name": "python3-ifaddr-0:0.1.6-6.el9.noarch", "product_id": "python3-ifaddr-0:0.1.6-6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ifaddr@0.1.6-6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch", "product": { "name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch", "product_id": "python3-importlib-metadata-0:1.7.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-importlib-metadata@1.7.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "product": { "name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "product_id": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-lib@5.2.0-0.20220802170917.e205816.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "product": { "name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "product_id": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironicclient@4.9.0-0.20211209154934.6f1be06.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-iso8601-0:0.1.12-9.el9.noarch", "product": { "name": "python3-iso8601-0:0.1.12-9.el9.noarch", "product_id": "python3-iso8601-0:0.1.12-9.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-iso8601@0.1.12-9.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-itsdangerous-0:2.0.1-2.el9.noarch", "product": { "name": "python3-itsdangerous-0:2.0.1-2.el9.noarch", "product_id": "python3-itsdangerous-0:2.0.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-itsdangerous@2.0.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.0.1-2.el9.1.noarch", "product": { "name": "python3-jinja2-0:3.0.1-2.el9.1.noarch", "product_id": "python3-jinja2-0:3.0.1-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "product": { "name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "product_id": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jsonpath-rw@1.2.3-23.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-kafka-0:1.4.3-3.el9.noarch", "product": { "name": "python3-kafka-0:1.4.3-3.el9.noarch", "product_id": "python3-kafka-0:1.4.3-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kafka@1.4.3-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-kazoo-doc-0:2.7.0-2.el9.noarch", "product": { "name": "python-kazoo-doc-0:2.7.0-2.el9.noarch", "product_id": "python-kazoo-doc-0:2.7.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kazoo-doc@2.7.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-kazoo-0:2.7.0-2.el9.noarch", "product": { "name": "python3-kazoo-0:2.7.0-2.el9.noarch", "product_id": "python3-kazoo-0:2.7.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kazoo@2.7.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-keyring-0:21.0.0-2.el9.noarch", "product": { "name": "python3-keyring-0:21.0.0-2.el9.noarch", "product_id": "python3-keyring-0:21.0.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keyring@21.0.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "product": { "name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "product_id": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keystoneauth1@5.0.0-0.20220811173415.2445a5d.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "product": { "name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "product_id": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keystoneclient@5.0.0-0.20220811173653.11d5abe.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "product": { "name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "product_id": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keystoneclient-tests@5.0.0-0.20220811173653.11d5abe.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "product": { "name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "product_id": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keystonemiddleware@10.0.0-0.20220811174058.dd31878.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-kombu-1:5.0.2-1.el9.2.noarch", "product": { "name": "python3-kombu-1:5.0.2-1.el9.2.noarch", "product_id": "python3-kombu-1:5.0.2-1.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kombu@5.0.2-1.el9.2?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-linecache2-0:1.0.0-25.el9.noarch", "product": { "name": "python3-linecache2-0:1.0.0-25.el9.noarch", "product_id": "python3-linecache2-0:1.0.0-25.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-linecache2@1.0.0-25.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-logutils-0:0.3.5-7.1.el9.noarch", "product": { "name": "python3-logutils-0:0.3.5-7.1.el9.noarch", "product_id": "python3-logutils-0:0.3.5-7.1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-logutils@0.3.5-7.1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-mccabe-0:0.6.1-18.el9.1.noarch", "product": { "name": "python3-mccabe-0:0.6.1-18.el9.1.noarch", "product_id": "python3-mccabe-0:0.6.1-18.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-mccabe@0.6.1-18.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-memcached-0:1.58-12.el9.noarch", "product": { "name": "python3-memcached-0:1.58-12.el9.noarch", "product_id": "python3-memcached-0:1.58-12.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-memcached@1.58-12.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-migrate-0:0.13.0-2.el9.noarch", "product": { "name": "python3-migrate-0:0.13.0-2.el9.noarch", "product_id": "python3-migrate-0:0.13.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-migrate@0.13.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch", "product": { "name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch", "product_id": "python3-mimeparse-0:1.6.0-16.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-mimeparse@1.6.0-16.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-mock-0:3.0.5-14.el9.2.noarch", "product": { "name": "python3-mock-0:3.0.5-14.el9.2.noarch", "product_id": "python3-mock-0:3.0.5-14.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-mock@3.0.5-14.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "python3-monotonic-0:1.5-9.el9.1.noarch", "product": { "name": "python3-monotonic-0:1.5-9.el9.1.noarch", "product_id": "python3-monotonic-0:1.5-9.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-monotonic@1.5-9.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-more-itertools-0:7.2.0-3.el9.noarch", "product": { "name": "python3-more-itertools-0:7.2.0-3.el9.noarch", "product_id": "python3-more-itertools-0:7.2.0-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-more-itertools@7.2.0-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "product": { "name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "product_id": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-mox3@1.1.0-0.20210812114029.99a302f.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-munch-0:2.3.2-7.el9.noarch", "product": { "name": "python3-munch-0:2.3.2-7.el9.noarch", "product_id": "python3-munch-0:2.3.2-7.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-munch@2.3.2-7.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "product": { "name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "product_id": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-neutronclient@7.6.0-0.20211012175718.983f0ab.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "product": { "name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "product_id": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-neutronclient-tests@7.6.0-0.20211012175718.983f0ab.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-nose-0:1.3.7-33.el9.1.noarch", "product": { "name": "python3-nose-0:1.3.7-33.el9.1.noarch", "product_id": "python3-nose-0:1.3.7-33.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-nose@1.3.7-33.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-nose-cover3-0:0.1.0-31.el9.noarch", "product": { "name": "python3-nose-cover3-0:0.1.0-31.el9.noarch", "product_id": "python3-nose-cover3-0:0.1.0-31.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-nose-cover3@0.1.0-31.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "product": { "name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "product_id": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openstacksdk@0.99.1-0.20220811190026.a41d04e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "product": { "name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "product_id": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openstacksdk-tests@0.99.1-0.20220811190026.a41d04e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "product": { "name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "product_id": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-client-config@2.1.0-0.20210722194729.bc96c23.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "product": { "name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "product_id": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-service-types@1.7.0-0.20220802143336.0b2f473.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "product": { "name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "product_id": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-traits@2.8.0-0.20220811182615.04e8bb3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "product": { "name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "product_id": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-traits-tests@2.8.0-0.20220811182615.04e8bb3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "product": { "name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "product_id": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-osc-lib@2.6.1-0.20220811172053.973e169.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "product": { "name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "product_id": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-osc-lib-tests@2.6.1-0.20220811172053.973e169.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product": { "name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product_id": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-cache-lang@3.0.0-0.20220811175617.79945c1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product": { "name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product_id": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-cache@3.0.0-0.20220811175617.79945c1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product": { "name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product_id": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-cache-tests@3.0.0-0.20220811175617.79945c1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product": { "name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product_id": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product": { "name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product_id": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-concurrency@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product": { "name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product_id": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "product": { "name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "product_id": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-config@9.0.0-0.20220811165930.9eaae04.el9?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "product": { "name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "product_id": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context@5.0.0-0.20220811171413.f388eb9.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "product": { "name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "product_id": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context-tests@5.0.0-0.20220811171413.f388eb9.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product": { "name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product_id": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db-lang@12.0.0-0.20220811175859.a808381.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product": { "name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product_id": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db@12.0.0-0.20220811175859.a808381.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product": { "name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product_id": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db-tests@12.0.0-0.20220811175859.a808381.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "product": { "name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "product_id": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.1.0-0.20220802145025.b031d17.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "product": { "name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "product_id": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-i18n@5.1.0-0.20220802145025.b031d17.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product": { "name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product_id": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log-lang@5.0.0-0.20220811172332.6401da7.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product": { "name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product_id": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log@5.0.0-0.20220811172332.6401da7.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product": { "name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product_id": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log-tests@5.0.0-0.20220811172332.6401da7.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "product": { "name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "product_id": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-messaging@13.0.0-0.20220811175319.4186386.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "product": { "name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "product_id": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-messaging-tests@13.0.0-0.20220811175319.4186386.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "product": { "name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "product_id": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-metrics@0.3.0-0.20220802145828.43eee50.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "product": { "name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "product_id": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-metrics-tests@0.3.0-0.20220802145828.43eee50.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product": { "name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product_id": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-middleware-lang@5.0.0-0.20220811170931.51e1882.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product": { "name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product_id": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-middleware@5.0.0-0.20220811170931.51e1882.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product": { "name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product_id": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-middleware-tests@5.0.0-0.20220811170931.51e1882.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product": { "name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product_id": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-policy-lang@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product": { "name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product_id": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-policy@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product": { "name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product_id": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-policy-tests@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "product": { "name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "product_id": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-reports@2.3.0-0.20211012151507.f2799dc.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "product": { "name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "product_id": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-reports-tests@2.3.0-0.20211012151507.f2799dc.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "product": { "name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "product_id": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-rootwrap@6.3.1-0.20220803131706.1b1b960.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "product": { "name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "product_id": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-rootwrap-tests@6.3.1-0.20220803131706.1b1b960.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "product": { "name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "product_id": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization@5.0.0-0.20220811171112.dd2a819.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "product": { "name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "product_id": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@5.0.0-0.20220811171112.dd2a819.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "product": { "name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "product_id": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-service@3.0.0-0.20220811180157.a27acfe.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "product": { "name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "product_id": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-service-tests@3.0.0-0.20220811180157.a27acfe.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "product": { "name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "product_id": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-upgradecheck@2.0.0-0.20220811171652.b3a2b19.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product": { "name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product_id": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-utils-lang@6.0.0-0.20220811175035.7df6473.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product": { "name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product_id": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-utils@6.0.0-0.20220811175035.7df6473.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product": { "name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product_id": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-utils-tests@6.0.0-0.20220811175035.7df6473.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product": { "name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product_id": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-versionedobjects-lang@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product": { "name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product_id": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-versionedobjects@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product": { "name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product_id": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-versionedobjects-tests@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "product": { "name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "product_id": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslotest@4.4.1-0.20210812115053.aaf3a72.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "product": { "name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "product_id": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-osprofiler@3.4.3-0.20220802174918.3286301.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-paste-0:3.5.0-3.el9.1.noarch", "product": { "name": "python3-paste-0:3.5.0-3.el9.1.noarch", "product_id": "python3-paste-0:3.5.0-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-paste@3.5.0-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-paste-deploy-0:2.0.1-5.el9.noarch", "product": { "name": "python3-paste-deploy-0:2.0.1-5.el9.noarch", "product_id": "python3-paste-deploy-0:2.0.1-5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-paste-deploy@2.0.1-5.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pbr-0:5.5.1-3.el9.1.noarch", "product": { "name": "python3-pbr-0:5.5.1-3.el9.1.noarch", "product_id": "python3-pbr-0:5.5.1-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pbr@5.5.1-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pecan-0:1.3.2-10.el9.noarch", "product": { "name": "python3-pecan-0:1.3.2-10.el9.noarch", "product_id": "python3-pecan-0:1.3.2-10.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pecan@1.3.2-10.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pexpect-0:4.6-3.el9.noarch", "product": { "name": "python3-pexpect-0:4.6-3.el9.noarch", "product_id": "python3-pexpect-0:4.6-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pexpect@4.6-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pint-0:0.10.1-3.el9.noarch", "product": { "name": "python3-pint-0:0.10.1-3.el9.noarch", "product_id": "python3-pint-0:0.10.1-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pint@0.10.1-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pretend-0:1.0.8-19.el9.noarch", "product": { "name": "python3-pretend-0:1.0.8-19.el9.noarch", "product_id": "python3-pretend-0:1.0.8-19.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pretend@1.0.8-19.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "product": { "name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "product_id": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-proliantutils@2.13.2-0.20220802173426.8c7b6b1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-prometheus_client-0:0.7.1-3.el9.noarch", "product": { "name": "python3-prometheus_client-0:0.7.1-3.el9.noarch", "product_id": "python3-prometheus_client-0:0.7.1-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-prometheus_client@0.7.1-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "product": { "name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "product_id": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycadf-common@3.1.1-0.20220802144439.4179996.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "product": { "name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "product_id": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pycadf@3.1.1-0.20220802144439.4179996.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "product": { "name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "product_id": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pycodestyle@2.6.0-4.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pymemcache-0:3.5.0-1.el9.noarch", "product": { "name": "python3-pymemcache-0:3.5.0-1.el9.noarch", "product_id": "python3-pymemcache-0:3.5.0-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pymemcache@3.5.0-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "product": { "name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "product_id": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyperclip-doc@1.8.0-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch", "product": { "name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch", "product_id": "python3-pyperclip-0:1.8.0-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyperclip@1.8.0-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "product": { "name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "product_id": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pytest-cov@2.11.1-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "product": { "name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "product_id": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pytest-forked@1.3.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pytest-runner-0:4.0-12.el9.1.noarch", "product": { "name": "python3-pytest-runner-0:4.0-12.el9.1.noarch", "product_id": "python3-pytest-runner-0:4.0-12.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pytest-runner@4.0-12.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch", "product": { "name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch", "product_id": "python3-pytest-xdist-0:2.2.1-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pytest-xdist@2.2.1-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "product": { "name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "product_id": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pytest-xprocess@0.18.1-4.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-redis-0:3.3.8-2.el9.noarch", "product": { "name": "python3-redis-0:3.3.8-2.el9.noarch", "product_id": "python3-redis-0:3.3.8-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-redis@3.3.8-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-repoze-lru-0:0.7-7.el9.noarch", "product": { "name": "python3-repoze-lru-0:0.7-7.el9.noarch", "product_id": "python3-repoze-lru-0:0.7-7.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-repoze-lru@0.7-7.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "product": { "name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "product_id": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests-kerberos@0.12.0-12.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch", "product": { "name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch", "product_id": "python3-requests-mock-0:1.8.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests-mock@1.8.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "product": { "name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "product_id": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests-unixsocket@0.2.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "product": { "name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "product_id": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requestsexceptions@1.4.0-0.20220802143336.d7ac0ff.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-retrying-0:1.3.3-2.el9.1.noarch", "product": { "name": "python3-retrying-0:1.3.3-2.el9.1.noarch", "product_id": "python3-retrying-0:1.3.3-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-retrying@1.3.3-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-rfc3986-0:1.2.0-6.el9.noarch", "product": { "name": "python3-rfc3986-0:1.2.0-6.el9.noarch", "product_id": "python3-rfc3986-0:1.2.0-6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-rfc3986@1.2.0-6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-routes-0:2.4.1-12.el9.noarch", "product": { "name": "python3-routes-0:2.4.1-12.el9.noarch", "product_id": "python3-routes-0:2.4.1-12.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-routes@2.4.1-12.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "product": { "name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "product_id": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-scciclient@0.12.3-0.20220811182700.0940a71.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-simplegeneric-0:0.8.1-18.el9.noarch", "product": { "name": "python3-simplegeneric-0:0.8.1-18.el9.noarch", "product_id": "python3-simplegeneric-0:0.8.1-18.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-simplegeneric@0.8.1-18.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch", "product": { "name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch", "product_id": "python3-singledispatch-0:3.4.0.3-19.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-singledispatch@3.4.0.3-19.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-smi-0:0.3.4-10.el9.noarch", "product": { "name": "python3-smi-0:0.3.4-10.el9.noarch", "product_id": "python3-smi-0:0.3.4-10.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-smi@0.3.4-10.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "product": { "name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "product_id": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sortedcontainers@2.3.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch", "product": { "name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch", "product_id": "python3-soupsieve-0:2.1.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-soupsieve@2.1.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "product": { "name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "product_id": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.4.39-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-sqlparse-0:0.2.4-10.el9.noarch", "product": { "name": "python3-sqlparse-0:0.2.4-10.el9.noarch", "product_id": "python3-sqlparse-0:0.2.4-10.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlparse@0.2.4-10.el9?arch=noarch" } } }, { "category": "product_version", "name": "python-statsd-doc-0:3.2.1-20.el9.noarch", "product": { "name": "python-statsd-doc-0:3.2.1-20.el9.noarch", "product_id": "python-statsd-doc-0:3.2.1-20.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-statsd-doc@3.2.1-20.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-statsd-0:3.2.1-20.el9.noarch", "product": { "name": "python3-statsd-0:3.2.1-20.el9.noarch", "product_id": "python3-statsd-0:3.2.1-20.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-statsd@3.2.1-20.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-stestr-0:2.6.0-8.el9.noarch", "product": { "name": "python3-stestr-0:2.6.0-8.el9.noarch", "product_id": "python3-stestr-0:2.6.0-8.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-stestr@2.6.0-8.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "product": { "name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "product_id": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-stevedore@4.0.0-0.20220811180640.ccd1754.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-sure-0:1.4.11-12.el9.2.noarch", "product": { "name": "python3-sure-0:1.4.11-12.el9.2.noarch", "product_id": "python3-sure-0:1.4.11-12.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sure@1.4.11-12.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "product": { "name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "product_id": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@4.0.0-0.20220802162610.7b75e6e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "product": { "name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "product_id": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@4.0.0-0.20220802162610.7b75e6e.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "product": { "name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "product_id": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-swiftclient@4.0.1-0.20220811174436.9eee29d.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-tempita-0:0.5.1-25.el9.noarch", "product": { "name": "python3-tempita-0:0.5.1-25.el9.noarch", "product_id": "python3-tempita-0:0.5.1-25.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tempita@0.5.1-25.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-tenacity-0:6.2.0-2.el9.noarch", "product": { "name": "python3-tenacity-0:6.2.0-2.el9.noarch", "product_id": "python3-tenacity-0:6.2.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tenacity@6.2.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-testrepository-0:0.0.20-20.el9.noarch", "product": { "name": "python3-testrepository-0:0.0.20-20.el9.noarch", "product_id": "python3-testrepository-0:0.0.20-20.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-testrepository@0.0.20-20.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-testresources-0:2.0.1-2.el9.noarch", "product": { "name": "python3-testresources-0:2.0.1-2.el9.noarch", "product_id": "python3-testresources-0:2.0.1-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-testresources@2.0.1-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch", "product": { "name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch", "product_id": "python3-testscenarios-0:0.5.0-21.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-testscenarios@0.5.0-21.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch", "product": { "name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch", "product_id": "python-testtools-doc-0:2.4.0-8.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-testtools-doc@2.4.0-8.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-testtools-0:2.4.0-8.el9.1.noarch", "product": { "name": "python3-testtools-0:2.4.0-8.el9.1.noarch", "product_id": "python3-testtools-0:2.4.0-8.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-testtools@2.4.0-8.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "product": { "name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "product_id": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tooz@3.0.0-0.20220811181909.d145b50.el9?arch=noarch" } } }, { "category": "product_version", "name": "tox-0:3.23.0-2.el9.1.noarch", "product": { "name": "tox-0:3.23.0-2.el9.1.noarch", "product_id": "tox-0:3.23.0-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/tox@3.23.0-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-tox-current-env-0:0.0.6-1.el9.noarch", "product": { "name": "python3-tox-current-env-0:0.0.6-1.el9.noarch", "product_id": "python3-tox-current-env-0:0.0.6-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tox-current-env@0.0.6-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-traceback2-0:1.4.0-25.el9.noarch", "product": { "name": "python3-traceback2-0:1.4.0-25.el9.noarch", "product_id": "python3-traceback2-0:1.4.0-25.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-traceback2@1.4.0-25.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-typeguard-0:2.9.1-1.el9.noarch", "product": { "name": "python3-typeguard-0:2.9.1-1.el9.noarch", "product_id": "python3-typeguard-0:2.9.1-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-typeguard@2.9.1-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "product": { "name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "product_id": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-typing-extensions@3.7.4.3-2.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-unittest2-0:1.1.0-24.el9.noarch", "product": { "name": "python3-unittest2-0:1.1.0-24.el9.noarch", "product_id": "python3-unittest2-0:1.1.0-24.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-unittest2@1.1.0-24.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-vine-0:5.0.0-3.el9.noarch", "product": { "name": "python3-vine-0:5.0.0-3.el9.noarch", "product_id": "python3-vine-0:5.0.0-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-vine@5.0.0-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-virtualenv-0:20.4.4-1.el9.noarch", "product": { "name": "python3-virtualenv-0:20.4.4-1.el9.noarch", "product_id": "python3-virtualenv-0:20.4.4-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-virtualenv@20.4.4-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-voluptuous-0:0.11.7-3.el9.noarch", "product": { "name": "python3-voluptuous-0:0.11.7-3.el9.noarch", "product_id": "python3-voluptuous-0:0.11.7-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-voluptuous@0.11.7-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-waitress-0:2.0.0-2.el9.noarch", "product": { "name": "python3-waitress-0:2.0.0-2.el9.noarch", "product_id": "python3-waitress-0:2.0.0-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-waitress@2.0.0-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-warlock-0:1.3.3-2.el9.noarch", "product": { "name": "python3-warlock-0:1.3.3-2.el9.noarch", "product_id": "python3-warlock-0:1.3.3-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-warlock@1.3.3-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch", "product": { "name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch", "product_id": "python3-wcwidth-0:0.2.5-2.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wcwidth@0.2.5-2.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "product": { "name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "product_id": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-webencodings-doc@0.5.1-15.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-webencodings-0:0.5.1-15.el9.1.noarch", "product": { "name": "python3-webencodings-0:0.5.1-15.el9.1.noarch", "product_id": "python3-webencodings-0:0.5.1-15.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-webencodings@0.5.1-15.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-webob-0:1.8.5-5.el9.noarch", "product": { "name": "python3-webob-0:1.8.5-5.el9.noarch", "product_id": "python3-webob-0:1.8.5-5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-webob@1.8.5-5.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-webtest-0:2.0.33-5.el9.noarch", "product": { "name": "python3-webtest-0:2.0.33-5.el9.noarch", "product_id": "python3-webtest-0:2.0.33-5.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-webtest@2.0.33-5.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-werkzeug-0:2.0.3-3.el9.noarch", "product": { "name": "python3-werkzeug-0:2.0.3-3.el9.noarch", "product_id": "python3-werkzeug-0:2.0.3-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-werkzeug@2.0.3-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "product": { "name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "product_id": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-wsme@0.11.0-0.20220802144439.80bda90.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-zake-0:0.2.2-19.el9.noarch", "product": { "name": "python3-zake-0:0.2.2-19.el9.noarch", "product_id": "python3-zake-0:0.2.2-19.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zake@0.2.2-19.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-zeroconf-0:0.24.4-2.el9.noarch", "product": { "name": "python3-zeroconf-0:0.24.4-2.el9.noarch", "product_id": "python3-zeroconf-0:0.24.4-2.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zeroconf@0.24.4-2.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-zipp-0:0.5.1-3.el9.noarch", "product": { "name": "python3-zipp-0:0.5.1-3.el9.noarch", "product_id": "python3-zipp-0:0.5.1-3.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zipp@0.5.1-3.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-zope-event-0:4.2.0-20.el9.1.noarch", "product": { "name": "python3-zope-event-0:4.2.0-20.el9.1.noarch", "product_id": "python3-zope-event-0:4.2.0-20.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zope-event@4.2.0-20.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-zope-testing-0:4.7-4.el9.1.noarch", "product": { "name": "python3-zope-testing-0:4.7-4.el9.1.noarch", "product_id": "python3-zope-testing-0:4.7-4.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-zope-testing@4.7-4.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-subunit-0:1.4.0-6.el9.1.noarch", "product": { "name": "python3-subunit-0:1.4.0-6.el9.1.noarch", "product_id": "python3-subunit-0:1.4.0-6.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-subunit@1.4.0-6.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch", "product": { "name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch", "product_id": "python3-subunit-test-0:1.4.0-6.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-subunit-test@1.4.0-6.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "subunit-filters-0:1.4.0-6.el9.1.noarch", "product": { "name": "subunit-filters-0:1.4.0-6.el9.1.noarch", "product_id": "subunit-filters-0:1.4.0-6.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-filters@1.4.0-6.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "subunit-perl-0:1.4.0-6.el9.1.noarch", "product": { "name": "subunit-perl-0:1.4.0-6.el9.1.noarch", "product_id": "subunit-perl-0:1.4.0-6.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-perl@1.4.0-6.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "subunit-shell-0:1.4.0-6.el9.1.noarch", "product": { "name": "subunit-shell-0:1.4.0-6.el9.1.noarch", "product_id": "subunit-shell-0:1.4.0-6.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/subunit-shell@1.4.0-6.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product": { "name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_id": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product": { "name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_id": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-api@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product": { "name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_id": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-common@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product": { "name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_id": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product": { "name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product": { "name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_id": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-tests@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product": { "name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_id": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.0.1-0.20221205155952.cd22607.el9?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product": { "name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_id": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@11.0.1-0.20221205155952.cd22607.el9?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product": { "name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_id": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@11.0.1-0.20221205155952.cd22607.el9?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product": { "name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_id": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@11.0.1-0.20221205155952.cd22607.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product": { "name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_id": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@11.0.1-0.20221205155952.cd22607.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "product": { "name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "product_id": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-prometheus-exporter@3.1.1-0.20221003235527.eb27243.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "product": { "name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "product_id": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy@4.3.4-0.20221213135957.69b014c.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "product": { "name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "product_id": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-tests@4.3.4-0.20221213135957.69b014c.el9?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "product": { "name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "product_id": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.2.0-4.rhaos4.12.el9?arch=noarch\u0026epoch=3" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.36.0-8.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src" }, "product_reference": "NetworkManager-1:1.36.0-8.el8_6.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch" }, "product_reference": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch" }, "product_reference": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch" }, "product_reference": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-0:1.4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch" }, "product_reference": "ansible-runner-0:1.4.6-2.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-0:1.4.6-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src" }, "product_reference": "ansible-runner-0:1.4.6-2.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch" }, "product_reference": "ansible-runner-http-0:1.0.0-2.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-http-0:1.0.0-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src" }, "product_reference": "ansible-runner-http-0:1.0.0-2.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64" }, "product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le" }, "product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x" }, "product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src" }, "product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64" }, "product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64" }, "product_reference": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64" }, "product_reference": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64" }, "product_reference": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64" }, "product_reference": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64" }, "product_reference": "buildah-1:1.23.4-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le" }, "product_reference": "buildah-1:1.23.4-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x" }, "product_reference": "buildah-1:1.23.4-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src" }, "product_reference": "buildah-1:1.23.4-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64" }, "product_reference": "buildah-1:1.23.4-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64" }, "product_reference": "buildah-debuginfo-1:1.23.4-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x" }, "product_reference": "buildah-debuginfo-1:1.23.4-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64" }, "product_reference": "buildah-debuginfo-1:1.23.4-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64" }, "product_reference": "buildah-debugsource-1:1.23.4-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le" }, "product_reference": "buildah-debugsource-1:1.23.4-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x" }, "product_reference": "buildah-debugsource-1:1.23.4-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64" }, "product_reference": "buildah-debugsource-1:1.23.4-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64" }, "product_reference": "buildah-tests-1:1.23.4-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le" }, "product_reference": "buildah-tests-1:1.23.4-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x" }, "product_reference": "buildah-tests-1:1.23.4-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64" }, "product_reference": "buildah-tests-1:1.23.4-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64" }, "product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le" }, "product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x" }, "product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src" }, "product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64" }, "product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64" }, "product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le" }, "product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x" }, "product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64" }, "product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64" }, "product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le" }, "product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x" }, "product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64" }, "product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch" }, "product_reference": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64" }, "product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le" }, "product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x" }, "product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src" }, "product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64" }, "product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x" }, "product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch" }, "product_reference": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src" }, "product_reference": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch" }, "product_reference": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch" }, "product_reference": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch" }, "product_reference": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src" }, "product_reference": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64" }, "product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le" }, "product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x" }, "product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src" }, "product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-27.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64" }, "product_reference": "containers-common-2:1-27.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le" }, "product_reference": "containers-common-2:1-27.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-27.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x" }, "product_reference": "containers-common-2:1-27.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-2:1-27.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64" }, "product_reference": "containers-common-2:1-27.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le" }, "product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x" }, "product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64" }, "product_reference": "cri-tools-0:1.25.0-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le" }, "product_reference": "cri-tools-0:1.25.0-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x" }, "product_reference": "cri-tools-0:1.25.0-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src" }, "product_reference": "cri-tools-0:1.25.0-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64" }, "product_reference": "cri-tools-0:1.25.0-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "crit-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "crit-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "crit-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crit-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "crit-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "criu-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "criu-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "criu-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-4.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src" }, "product_reference": "criu-0:3.15-4.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "criu-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crudini-0:0.9-11.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch" }, "product_reference": "crudini-0:0.9-11.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crudini-0:0.9-11.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src" }, "product_reference": "crudini-0:0.9-11.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64" }, "product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le" }, "product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x" }, "product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src" }, "product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64" }, "product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64" }, "product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le" }, "product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x" }, "product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64" }, "product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64" }, "product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le" }, "product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x" }, "product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64" }, "product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64" }, "product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le" }, "product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x" }, "product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src" }, "product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64" }, "product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64" }, "product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src" }, "product_reference": "grpc-0:1.18.0-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-cli-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-cli-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-cli-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-devel-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-devel-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-devel-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-devel-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-devel-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-devel-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-plugins-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-plugins-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x" }, "product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:2.2.24-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src" }, "product_reference": "haproxy-0:2.2.24-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64" }, "product_reference": "haproxy-debugsource-0:2.2.24-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le" }, "product_reference": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x" }, "product_reference": "haproxy-debugsource-0:2.2.24-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64" }, "product_reference": "haproxy-debugsource-0:2.2.24-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64" }, "product_reference": "haproxy22-0:2.2.24-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le" }, "product_reference": "haproxy22-0:2.2.24-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x" }, "product_reference": "haproxy22-0:2.2.24-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64" }, "product_reference": "haproxy22-0:2.2.24-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64" }, "product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64" }, "product_reference": "kata-containers-0:2.5.2-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le" }, "product_reference": "kata-containers-0:2.5.2-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src" }, "product_reference": "kata-containers-0:2.5.2-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64" }, "product_reference": "kata-containers-0:2.5.2-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src" }, "product_reference": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64" }, "product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le" }, "product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x" }, "product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src" }, "product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64" }, "product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le" }, "product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x" }, "product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64" }, "product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64" }, "product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le" }, "product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x" }, "product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64" }, "product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64" }, "product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le" }, "product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x" }, "product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64" }, "product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64" }, "product_reference": "nmstate-0:1.3.3-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le" }, "product_reference": "nmstate-0:1.3.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x" }, "product_reference": "nmstate-0:1.3.3-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:1.3.3-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src" }, "product_reference": "nmstate-0:1.3.3-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64" }, "product_reference": "nmstate-0:1.3.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64" }, "product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le" }, "product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x" }, "product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64" }, "product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64" }, "product_reference": "nmstate-debugsource-0:1.3.3-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le" }, "product_reference": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x" }, "product_reference": "nmstate-debugsource-0:1.3.3-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64" }, "product_reference": "nmstate-debugsource-0:1.3.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64" }, "product_reference": "nmstate-devel-0:1.3.3-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le" }, "product_reference": "nmstate-devel-0:1.3.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x" }, "product_reference": "nmstate-devel-0:1.3.3-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-devel-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64" }, "product_reference": "nmstate-devel-0:1.3.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64" }, "product_reference": "nmstate-libs-0:1.3.3-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le" }, "product_reference": "nmstate-libs-0:1.3.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x" }, "product_reference": "nmstate-libs-0:1.3.3-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64" }, "product_reference": "nmstate-libs-0:1.3.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64" }, "product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le" }, "product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x" }, "product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64" }, "product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch" }, "product_reference": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src" }, "product_reference": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch" }, "product_reference": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src" }, "product_reference": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src" }, "product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch" }, "product_reference": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x" }, "product_reference": "ostree-0:2022.2-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2022.2-5.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src" }, "product_reference": "ostree-0:2022.2-5.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-debuginfo-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-debuginfo-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x" }, "product_reference": "ostree-debuginfo-0:2022.2-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-debuginfo-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-debugsource-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-debugsource-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x" }, "product_reference": "ostree-debugsource-0:2022.2-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-debugsource-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-devel-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-devel-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x" }, "product_reference": "ostree-devel-0:2022.2-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-devel-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-grub2-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-grub2-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-grub2-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-libs-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-libs-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x" }, "product_reference": "ostree-libs-0:2022.2-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-libs-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64" }, "product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le" }, "product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x" }, "product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64" }, "product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-0:22.06.0-27.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src" }, "product_reference": "ovn22.06-0:22.06.0-27.el8fdp.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64" }, "product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le" }, "product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x" }, "product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64" }, "product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-0:22.09.0-25.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src" }, "product_reference": "ovn22.09-0:22.09.0-25.el8fdp.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64" }, "product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le" }, "product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x" }, "product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64" }, "product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src" }, "product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch" }, "product_reference": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x" }, "product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "pycdlib-tools-0:1.11.0-3.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch" }, "product_reference": "pycdlib-tools-0:1.11.0-3.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-alembic-0:1.4.2-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src" }, "product_reference": "python-alembic-0:1.4.2-5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-amqp-0:2.5.2-7.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src" }, "product_reference": "python-amqp-0:2.5.2-7.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch" }, "product_reference": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-cmd2-0:1.4.0-1.1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src" }, "product_reference": "python-cmd2-0:1.4.0-1.1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-construct-0:2.10.56-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src" }, "product_reference": "python-construct-0:2.10.56-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src" }, "product_reference": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-eventlet-0:0.30.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src" }, "product_reference": "python-eventlet-0:0.30.2-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-1:1.1.1-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src" }, "product_reference": "python-flask-1:1.1.1-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-doc-1:1.1.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch" }, "product_reference": "python-flask-doc-1:1.1.1-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-funcsigs-0:1.0.2-8.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src" }, "product_reference": "python-funcsigs-0:1.0.2-8.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-0:19.9.0-10.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src" }, "product_reference": "python-gunicorn-0:19.9.0-10.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-ifaddr-0:0.1.6-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src" }, "product_reference": "python-ifaddr-0:0.1.6-5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-importlib-metadata-0:1.7.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src" }, "product_reference": "python-importlib-metadata-0:1.7.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-iso8601-0:0.1.12-8.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src" }, "product_reference": "python-iso8601-0:0.1.12-8.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-jsonschema-0:3.2.0-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src" }, "product_reference": "python-jsonschema-0:3.2.0-5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kombu-1:4.6.6-7.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src" }, "product_reference": "python-kombu-1:4.6.6-7.el8ost.1.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kubernetes-0:25.3.0-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src" }, "product_reference": "python-kubernetes-0:25.3.0-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-lockfile-1:0.11.0-8.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src" }, "product_reference": "python-lockfile-1:0.11.0-8.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-0:0.6.2-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src" }, "product_reference": "python-msgpack-0:0.6.2-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64" }, "product_reference": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64" }, "product_reference": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src" }, "product_reference": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src" }, "product_reference": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src" }, "product_reference": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch" }, "product_reference": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src" }, "product_reference": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch" }, "product_reference": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src" }, "product_reference": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch" }, "product_reference": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src" }, "product_reference": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src" }, "product_reference": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src" }, "product_reference": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch" }, "product_reference": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src" }, "product_reference": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-packaging-0:20.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src" }, "product_reference": "python-packaging-0:20.4-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-packaging-doc-0:20.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch" }, "product_reference": "python-packaging-doc-0:20.4-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-paste-0:3.2.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src" }, "product_reference": "python-paste-0:3.2.4-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-paste-deploy-0:2.0.1-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src" }, "product_reference": "python-paste-deploy-0:2.0.1-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pexpect-0:4.6-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src" }, "product_reference": "python-pexpect-0:4.6-2.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pint-0:0.10.1-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src" }, "product_reference": "python-pint-0:0.10.1-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycdlib-0:1.11.0-3.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src" }, "product_reference": "python-pycdlib-0:1.11.0-3.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyghmi-0:1.5.14-2.1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src" }, "product_reference": "python-pyghmi-0:1.5.14-2.1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyperclip-0:1.6.4-6.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src" }, "product_reference": "python-pyperclip-0:1.6.4-6.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch" }, "product_reference": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyroute2-0:0.5.13-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src" }, "product_reference": "python-pyroute2-0:0.5.13-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyrsistent-0:0.16.0-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src" }, "product_reference": "python-pyrsistent-0:0.16.0-3.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64" }, "product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le" }, "product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x" }, "product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64" }, "product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src" }, "product_reference": "python-requests-unixsocket-0:0.1.5-5.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-rsa-0:4.7-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src" }, "product_reference": "python-rsa-0:4.7-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tenacity-0:6.2.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src" }, "product_reference": "python-tenacity-0:6.2.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wcwidth-0:0.1.7-14.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src" }, "product_reference": "python-wcwidth-0:0.1.7-14.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-werkzeug-0:1.0.1-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src" }, "product_reference": "python-werkzeug-0:1.0.1-3.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zeroconf-0:0.24.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src" }, "product_reference": "python-zeroconf-0:0.24.4-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zipp-0:0.5.1-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src" }, "product_reference": "python-zipp-0:0.5.1-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch" }, "product_reference": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-alembic-0:1.4.2-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch" }, "product_reference": "python3-alembic-0:1.4.2-5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch" }, "product_reference": "python3-amqp-0:2.5.2-7.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch" }, "product_reference": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cmd2-0:1.4.0-1.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch" }, "product_reference": "python3-cmd2-0:1.4.0-1.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-construct-0:2.10.56-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch" }, "product_reference": "python3-construct-0:2.10.56-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64" }, "product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le" }, "product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x" }, "product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64" }, "product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch" }, "product_reference": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-eventlet-0:0.30.2-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch" }, "product_reference": "python3-eventlet-0:0.30.2-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flask-1:1.1.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch" }, "product_reference": "python3-flask-1:1.1.1-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch" }, "product_reference": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "python3-grpcio-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x" }, "product_reference": "python3-grpcio-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64" }, "product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le" }, "product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x" }, "product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch" }, "product_reference": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch" }, "product_reference": "python3-ifaddr-0:0.1.6-5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch" }, "product_reference": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch" }, "product_reference": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch" }, "product_reference": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch" }, "product_reference": "python3-kombu-1:4.6.6-7.el8ost.1.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kubernetes-0:25.3.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch" }, "product_reference": "python3-kubernetes-0:25.3.0-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch" }, "product_reference": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnmstate-0:1.3.3-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch" }, "product_reference": "python3-libnmstate-0:1.3.3-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-lockfile-1:0.11.0-8.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch" }, "product_reference": "python3-lockfile-1:0.11.0-8.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64" }, "product_reference": "python3-msgpack-0:0.6.2-1.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64" }, "product_reference": "python3-msgpack-0:0.6.2-1.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64" }, "product_reference": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64" }, "product_reference": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64" }, "product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le" }, "product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x" }, "product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64" }, "product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch" }, "product_reference": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch" }, "product_reference": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch" }, "product_reference": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch" }, "product_reference": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch" }, "product_reference": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch" }, "product_reference": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch" }, "product_reference": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch" }, "product_reference": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch" }, "product_reference": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch" }, "product_reference": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch" }, "product_reference": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch" }, "product_reference": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch" }, "product_reference": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch" }, "product_reference": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch" }, "product_reference": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch" }, "product_reference": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-packaging-0:20.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch" }, "product_reference": "python3-packaging-0:20.4-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-paste-0:3.2.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch" }, "product_reference": "python3-paste-0:3.2.4-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch" }, "product_reference": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pexpect-0:4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch" }, "product_reference": "python3-pexpect-0:4.6-2.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pint-0:0.10.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch" }, "product_reference": "python3-pint-0:0.10.1-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pycdlib-0:1.11.0-3.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch" }, "product_reference": "python3-pycdlib-0:1.11.0-3.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch" }, "product_reference": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch" }, "product_reference": "python3-pyperclip-0:1.6.4-6.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch" }, "product_reference": "python3-pyroute2-0:0.5.13-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch" }, "product_reference": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-rsa-0:4.7-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch" }, "product_reference": "python3-rsa-0:4.7-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tenacity-0:6.2.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch" }, "product_reference": "python3-tenacity-0:6.2.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch" }, "product_reference": "python3-wcwidth-0:0.1.7-14.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch" }, "product_reference": "python3-werkzeug-0:1.0.1-3.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch" }, "product_reference": "python3-zeroconf-0:0.24.4-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zipp-0:0.5.1-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch" }, "product_reference": "python3-zipp-0:0.5.1-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64" }, "product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x" }, "product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src" }, "product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64" }, "product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64" }, "product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x" }, "product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64" }, "product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64" }, "product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le" }, "product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x" }, "product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64" }, "product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src" }, "product_reference": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src" }, "product_reference": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64" }, "product_reference": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64" }, "product_reference": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src" }, "product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64" }, "product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le" }, "product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x" }, "product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64" }, "product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64" }, "product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le" }, "product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x" }, "product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src" }, "product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64" }, "product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64" }, "product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el8ar.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64" }, "product_reference": "tini-0:0.16.1-1.el8ar.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el8ar.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le" }, "product_reference": "tini-0:0.16.1-1.el8ar.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el8ar.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x" }, "product_reference": "tini-0:0.16.1-1.el8ar.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src" }, "product_reference": "tini-0:0.16.1-1.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el8ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64" }, "product_reference": "tini-0:0.16.1-1.el8ar.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch" }, "product_reference": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src" }, "product_reference": "toolbox-0:0.1.0-1.rhaos4.12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64" }, "product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64" }, "product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64" }, "product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le" }, "product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x" }, "product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64" }, "product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x" }, "product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src" }, "product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x" }, "product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x" }, "product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x" }, "product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64" }, "product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64" }, "product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64" }, "product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64" }, "product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64" }, "product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le" }, "product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x" }, "product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64" }, "product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64" }, "product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64" }, "product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64" }, "product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le" }, "product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x" }, "product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64" }, "product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" }, "product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64" }, "product_reference": "cri-tools-0:1.25.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le" }, "product_reference": "cri-tools-0:1.25.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x" }, "product_reference": "cri-tools-0:1.25.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src" }, "product_reference": "cri-tools-0:1.25.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64" }, "product_reference": "cri-tools-0:1.25.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64" }, "product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64" }, "product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64" }, "product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64" }, "product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64" }, "product_reference": "kata-containers-0:2.5.2-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le" }, "product_reference": "kata-containers-0:2.5.2-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x" }, "product_reference": "kata-containers-0:2.5.2-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src" }, "product_reference": "kata-containers-0:2.5.2-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.5.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64" }, "product_reference": "kata-containers-0:2.5.2-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src" }, "product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch" }, "product_reference": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64" }, "product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le" }, "product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x" }, "product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64" }, "product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64" }, "product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64" }, "product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64" }, "product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64" }, "product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64" }, "product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src" }, "product_reference": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64" }, "product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src" }, "product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x" }, "product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crudini-0:0.9.3-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch" }, "product_reference": "crudini-0:0.9.3-4.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "crudini-0:0.9.3-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src" }, "product_reference": "crudini-0:0.9.3-4.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "future-0:0.18.2-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src" }, "product_reference": "future-0:0.18.2-9.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch" }, "product_reference": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src" }, "product_reference": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch" }, "product_reference": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch" }, "product_reference": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch" }, "product_reference": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch" }, "product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch" }, "product_reference": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src" }, "product_reference": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch" }, "product_reference": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch" }, "product_reference": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch" }, "product_reference": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch" }, "product_reference": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src" }, "product_reference": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-macros-0:2020.1.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch" }, "product_reference": "openstack-macros-0:2020.1.2-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-macros-0:2020.1.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src" }, "product_reference": "openstack-macros-0:2020.1.2-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "pyOpenSSL-0:20.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src" }, "product_reference": "pyOpenSSL-0:20.0.1-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch" }, "product_reference": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "pyflakes-0:2.2.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src" }, "product_reference": "pyflakes-0:2.2.0-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "pysnmp-0:4.4.12-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src" }, "product_reference": "pysnmp-0:4.4.12-6.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-SecretStorage-0:2.3.1-9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src" }, "product_reference": "python-SecretStorage-0:2.3.1-9.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-alembic-0:1.6.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src" }, "product_reference": "python-alembic-0:1.6.0-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-amqp-0:5.0.6-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src" }, "product_reference": "python-amqp-0:5.0.6-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-amqp-doc-0:5.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch" }, "product_reference": "python-amqp-doc-0:5.0.6-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-apipkg-0:1.5-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src" }, "product_reference": "python-apipkg-0:1.5-12.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-atomicwrites-0:1.4.0-6.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src" }, "product_reference": "python-atomicwrites-0:1.4.0-6.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src" }, "product_reference": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-autopage-0:0.4.0-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src" }, "product_reference": "python-autopage-0:0.4.0-1.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-0:3.1.6-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src" }, "product_reference": "python-bcrypt-0:3.1.6-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64" }, "product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le" }, "product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x" }, "product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64" }, "product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src" }, "product_reference": "python-beautifulsoup4-0:4.9.3-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-betamax-0:0.8.1-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src" }, "product_reference": "python-betamax-0:0.8.1-12.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-cachetools-0:3.1.0-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src" }, "product_reference": "python-cachetools-0:3.1.0-4.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-case-0:1.5.3-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src" }, "product_reference": "python-case-0:1.5.3-5.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src" }, "product_reference": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-click-0:7.1.2-5.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src" }, "product_reference": "python-click-0:7.1.2-5.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src" }, "product_reference": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-cmd2-0:1.4.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src" }, "product_reference": "python-cmd2-0:1.4.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-colorama-0:0.4.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src" }, "product_reference": "python-colorama-0:0.4.1-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-construct-0:2.10.56-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src" }, "product_reference": "python-construct-0:2.10.56-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-contextlib2-0:0.6.0.post1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src" }, "product_reference": "python-contextlib2-0:0.6.0.post1-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-0:5.6-0.1b1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src" }, "product_reference": "python-coverage-0:5.6-0.1b1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64" }, "product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le" }, "product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x" }, "product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64" }, "product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-dataclasses-0:0.8-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src" }, "product_reference": "python-dataclasses-0:0.8-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-ddt-0:1.4.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src" }, "product_reference": "python-ddt-0:1.4.2-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src" }, "product_reference": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-decorator-0:4.4.0-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src" }, "product_reference": "python-decorator-0:4.4.0-6.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-defusedxml-0:0.7.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src" }, "product_reference": "python-defusedxml-0:0.7.1-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-distlib-0:0.3.1-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src" }, "product_reference": "python-distlib-0:0.3.1-4.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-dogpile-cache-0:1.1.5-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src" }, "product_reference": "python-dogpile-cache-0:1.1.5-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src" }, "product_reference": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-editor-0:1.0.4-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src" }, "product_reference": "python-editor-0:1.0.4-5.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-entrypoints-0:0.3-8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src" }, "product_reference": "python-entrypoints-0:0.3-8.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-entrypoints-doc-0:0.3-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch" }, "product_reference": "python-entrypoints-doc-0:0.3-8.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-eventlet-0:0.30.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src" }, "product_reference": "python-eventlet-0:0.30.2-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-execnet-0:1.7.1-5.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src" }, "product_reference": "python-execnet-0:1.7.1-5.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-extras-0:1.0.0-15.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src" }, "product_reference": "python-extras-0:1.0.0-15.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-fasteners-0:0.14.1-21.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src" }, "product_reference": "python-fasteners-0:0.14.1-21.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-filelock-0:3.0.12-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src" }, "product_reference": "python-filelock-0:3.0.12-9.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch" }, "product_reference": "python-filelock-doc-0:3.0.12-9.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-fixtures-0:3.0.0-22.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src" }, "product_reference": "python-fixtures-0:3.0.0-22.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-flake8-0:3.8.4-1.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src" }, "product_reference": "python-flake8-0:3.8.4-1.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-1:2.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src" }, "product_reference": "python-flask-1:2.0.1-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-doc-1:2.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch" }, "product_reference": "python-flask-doc-1:2.0.1-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-flit-0:3.0.0-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src" }, "product_reference": "python-flit-0:3.0.0-1.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-freezegun-0:1.0.0-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src" }, "product_reference": "python-freezegun-0:1.0.0-4.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-funcsigs-0:1.0.2-17.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src" }, "product_reference": "python-funcsigs-0:1.0.2-17.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch" }, "product_reference": "python-funcsigs-doc-0:1.0.2-17.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src" }, "product_reference": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gevent-0:21.1.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src" }, "product_reference": "python-gevent-0:21.1.2-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64" }, "product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le" }, "product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x" }, "product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64" }, "product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src" }, "product_reference": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-greenlet-0:1.0.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src" }, "product_reference": "python-greenlet-0:1.0.0-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64" }, "product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le" }, "product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x" }, "product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64" }, "product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-0:20.0.4-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src" }, "product_reference": "python-gunicorn-0:20.0.4-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch" }, "product_reference": "python-gunicorn-doc-0:20.0.4-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src" }, "product_reference": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src" }, "product_reference": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-html5lib-1:1.1-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src" }, "product_reference": "python-html5lib-1:1.1-4.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-hypothesis-0:6.6.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src" }, "product_reference": "python-hypothesis-0:6.6.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-ifaddr-0:0.1.6-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src" }, "product_reference": "python-ifaddr-0:0.1.6-6.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-importlib-metadata-0:1.7.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src" }, "product_reference": "python-importlib-metadata-0:1.7.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src" }, "product_reference": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src" }, "product_reference": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src" }, "product_reference": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-iso8601-0:0.1.12-9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src" }, "product_reference": "python-iso8601-0:0.1.12-9.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-itsdangerous-0:2.0.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src" }, "product_reference": "python-itsdangerous-0:2.0.1-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src" }, "product_reference": "python-jinja2-0:3.0.1-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-jsonpath-rw-0:1.2.3-23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src" }, "product_reference": "python-jsonpath-rw-0:1.2.3-23.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kafka-0:1.4.3-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src" }, "product_reference": "python-kafka-0:1.4.3-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kazoo-0:2.7.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src" }, "product_reference": "python-kazoo-0:2.7.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kazoo-doc-0:2.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch" }, "product_reference": "python-kazoo-doc-0:2.7.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kerberos-0:1.3.0-11.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src" }, "product_reference": "python-kerberos-0:1.3.0-11.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64" }, "product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le" }, "product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x" }, "product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64" }, "product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-keyring-0:21.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src" }, "product_reference": "python-keyring-0:21.0.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src" }, "product_reference": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src" }, "product_reference": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src" }, "product_reference": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kiwisolver-0:1.1.0-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src" }, "product_reference": "python-kiwisolver-0:1.1.0-4.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64" }, "product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le" }, "product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x" }, "product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64" }, "product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-kombu-1:5.0.2-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src" }, "product_reference": "python-kombu-1:5.0.2-1.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-linecache2-0:1.0.0-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src" }, "product_reference": "python-linecache2-0:1.0.0-25.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-logutils-0:0.3.5-7.1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src" }, "product_reference": "python-logutils-0:0.3.5-7.1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-markupsafe-0:2.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src" }, "product_reference": "python-markupsafe-0:2.0.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64" }, "product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le" }, "product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x" }, "product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64" }, "product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-mccabe-0:0.6.1-18.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src" }, "product_reference": "python-mccabe-0:0.6.1-18.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-memcached-0:1.58-12.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src" }, "product_reference": "python-memcached-0:1.58-12.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-migrate-0:0.13.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src" }, "product_reference": "python-migrate-0:0.13.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-mimeparse-0:1.6.0-16.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src" }, "product_reference": "python-mimeparse-0:1.6.0-16.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-mock-0:3.0.5-14.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src" }, "product_reference": "python-mock-0:3.0.5-14.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-monotonic-0:1.5-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src" }, "product_reference": "python-monotonic-0:1.5-9.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-more-itertools-0:7.2.0-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src" }, "product_reference": "python-more-itertools-0:7.2.0-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src" }, "product_reference": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-0:0.6.2-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src" }, "product_reference": "python-msgpack-0:0.6.2-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64" }, "product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le" }, "product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x" }, "product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64" }, "product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-munch-0:2.3.2-7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src" }, "product_reference": "python-munch-0:2.3.2-7.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src" }, "product_reference": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-nose-0:1.3.7-33.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src" }, "product_reference": "python-nose-0:1.3.7-33.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-nose-cover3-0:0.1.0-31.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src" }, "product_reference": "python-nose-cover3-0:0.1.0-31.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src" }, "product_reference": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src" }, "product_reference": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src" }, "product_reference": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src" }, "product_reference": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src" }, "product_reference": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src" }, "product_reference": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch" }, "product_reference": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src" }, "product_reference": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch" }, "product_reference": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src" }, "product_reference": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src" }, "product_reference": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src" }, "product_reference": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch" }, "product_reference": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src" }, "product_reference": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch" }, "product_reference": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src" }, "product_reference": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch" }, "product_reference": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src" }, "product_reference": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src" }, "product_reference": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src" }, "product_reference": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch" }, "product_reference": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src" }, "product_reference": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch" }, "product_reference": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src" }, "product_reference": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src" }, "product_reference": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src" }, "product_reference": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src" }, "product_reference": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src" }, "product_reference": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src" }, "product_reference": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch" }, "product_reference": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src" }, "product_reference": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch" }, "product_reference": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src" }, "product_reference": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src" }, "product_reference": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-paste-0:3.5.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src" }, "product_reference": "python-paste-0:3.5.0-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-paste-deploy-0:2.0.1-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src" }, "product_reference": "python-paste-deploy-0:2.0.1-5.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pbr-0:5.5.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src" }, "product_reference": "python-pbr-0:5.5.1-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pecan-0:1.3.2-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src" }, "product_reference": "python-pecan-0:1.3.2-10.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pexpect-0:4.6-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src" }, "product_reference": "python-pexpect-0:4.6-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pint-0:0.10.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src" }, "product_reference": "python-pint-0:0.10.1-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pretend-0:1.0.8-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src" }, "product_reference": "python-pretend-0:1.0.8-19.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src" }, "product_reference": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-prometheus_client-0:0.7.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src" }, "product_reference": "python-prometheus_client-0:0.7.1-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src" }, "product_reference": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch" }, "product_reference": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycodestyle-0:2.6.0-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src" }, "product_reference": "python-pycodestyle-0:2.6.0-4.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymemcache-0:3.5.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src" }, "product_reference": "python-pymemcache-0:3.5.0-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyperclip-0:1.8.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src" }, "product_reference": "python-pyperclip-0:1.8.0-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch" }, "product_reference": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pytest-cov-0:2.11.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src" }, "product_reference": "python-pytest-cov-0:2.11.1-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pytest-forked-0:1.3.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src" }, "product_reference": "python-pytest-forked-0:1.3.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pytest-runner-0:4.0-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src" }, "product_reference": "python-pytest-runner-0:4.0-12.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pytest-xdist-0:2.2.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src" }, "product_reference": "python-pytest-xdist-0:2.2.1-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-pytest-xprocess-0:0.18.1-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src" }, "product_reference": "python-pytest-xprocess-0:0.18.1-4.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-redis-0:3.3.8-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src" }, "product_reference": "python-redis-0:3.3.8-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-repoze-lru-0:0.7-7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src" }, "product_reference": "python-repoze-lru-0:0.7-7.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-kerberos-0:0.12.0-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src" }, "product_reference": "python-requests-kerberos-0:0.12.0-12.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-mock-0:1.8.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src" }, "product_reference": "python-requests-mock-0:1.8.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-unixsocket-0:0.2.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src" }, "product_reference": "python-requests-unixsocket-0:0.2.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src" }, "product_reference": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-retrying-0:1.3.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src" }, "product_reference": "python-retrying-0:1.3.3-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-rfc3986-0:1.2.0-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src" }, "product_reference": "python-rfc3986-0:1.2.0-6.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-routes-0:2.4.1-12.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src" }, "product_reference": "python-routes-0:2.4.1-12.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src" }, "product_reference": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-simplegeneric-0:0.8.1-18.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src" }, "product_reference": "python-simplegeneric-0:0.8.1-18.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-simplejson-0:3.17.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src" }, "product_reference": "python-simplejson-0:3.17.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64" }, "product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le" }, "product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x" }, "product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64" }, "product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-singledispatch-0:3.4.0.3-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src" }, "product_reference": "python-singledispatch-0:3.4.0.3-19.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-smi-0:0.3.4-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src" }, "product_reference": "python-smi-0:0.3.4-10.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sortedcontainers-0:2.3.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src" }, "product_reference": "python-sortedcontainers-0:2.3.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-soupsieve-0:2.1.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src" }, "product_reference": "python-soupsieve-0:2.1.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-0:1.4.39-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src" }, "product_reference": "python-sqlalchemy-0:1.4.39-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64" }, "product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x" }, "product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64" }, "product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch" }, "product_reference": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlparse-0:0.2.4-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src" }, "product_reference": "python-sqlparse-0:0.2.4-10.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-statsd-0:3.2.1-20.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src" }, "product_reference": "python-statsd-0:3.2.1-20.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-statsd-doc-0:3.2.1-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch" }, "product_reference": "python-statsd-doc-0:3.2.1-20.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-stestr-0:2.6.0-8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src" }, "product_reference": "python-stestr-0:2.6.0-8.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src" }, "product_reference": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sure-0:1.4.11-12.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src" }, "product_reference": "python-sure-0:1.4.11-12.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src" }, "product_reference": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src" }, "product_reference": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src" }, "product_reference": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tempita-0:0.5.1-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src" }, "product_reference": "python-tempita-0:0.5.1-25.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tenacity-0:6.2.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src" }, "product_reference": "python-tenacity-0:6.2.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-testrepository-0:0.0.20-20.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src" }, "product_reference": "python-testrepository-0:0.0.20-20.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-testresources-0:2.0.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src" }, "product_reference": "python-testresources-0:2.0.1-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-testscenarios-0:0.5.0-21.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src" }, "product_reference": "python-testscenarios-0:0.5.0-21.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-testtools-0:2.4.0-8.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src" }, "product_reference": "python-testtools-0:2.4.0-8.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch" }, "product_reference": "python-testtools-doc-0:2.4.0-8.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src" }, "product_reference": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-0:6.1.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src" }, "product_reference": "python-tornado-0:6.1.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64" }, "product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le" }, "product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x" }, "product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64" }, "product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64" }, "product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le" }, "product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x" }, "product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64" }, "product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tox-0:3.23.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src" }, "product_reference": "python-tox-0:3.23.0-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-tox-current-env-0:0.0.6-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src" }, "product_reference": "python-tox-current-env-0:0.0.6-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-traceback2-0:1.4.0-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src" }, "product_reference": "python-traceback2-0:1.4.0-25.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-typeguard-0:2.9.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src" }, "product_reference": "python-typeguard-0:2.9.1-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src" }, "product_reference": "python-typing-extensions-0:3.7.4.3-2.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-unittest2-0:1.1.0-24.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src" }, "product_reference": "python-unittest2-0:1.1.0-24.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-vine-0:5.0.0-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src" }, "product_reference": "python-vine-0:5.0.0-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:20.4.4-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src" }, "product_reference": "python-virtualenv-0:20.4.4-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-voluptuous-0:0.11.7-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src" }, "product_reference": "python-voluptuous-0:0.11.7-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-waitress-0:2.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src" }, "product_reference": "python-waitress-0:2.0.0-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-warlock-0:1.3.3-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src" }, "product_reference": "python-warlock-0:1.3.3-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wcwidth-0:0.2.5-2.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src" }, "product_reference": "python-wcwidth-0:0.2.5-2.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-webencodings-0:0.5.1-15.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src" }, "product_reference": "python-webencodings-0:0.5.1-15.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch" }, "product_reference": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-webob-0:1.8.5-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src" }, "product_reference": "python-webob-0:1.8.5-5.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-webtest-0:2.0.33-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src" }, "product_reference": "python-webtest-0:2.0.33-5.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-werkzeug-0:2.0.3-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src" }, "product_reference": "python-werkzeug-0:2.0.3-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-0:1.11.2-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src" }, "product_reference": "python-wrapt-0:1.11.2-4.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64" }, "product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le" }, "product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x" }, "product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64" }, "product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64" }, "product_reference": "python-wrapt-doc-0:1.11.2-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le" }, "product_reference": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-doc-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x" }, "product_reference": "python-wrapt-doc-0:1.11.2-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64" }, "product_reference": "python-wrapt-doc-0:1.11.2-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src" }, "product_reference": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-yappi-0:1.3.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src" }, "product_reference": "python-yappi-0:1.3.1-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64" }, "product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le" }, "product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x" }, "product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64" }, "product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zake-0:0.2.2-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src" }, "product_reference": "python-zake-0:0.2.2-19.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zeroconf-0:0.24.4-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src" }, "product_reference": "python-zeroconf-0:0.24.4-2.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zipp-0:0.5.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src" }, "product_reference": "python-zipp-0:0.5.1-3.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zope-event-0:4.2.0-20.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src" }, "product_reference": "python-zope-event-0:4.2.0-20.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zope-interface-0:5.4.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src" }, "product_reference": "python-zope-interface-0:5.4.0-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-zope-testing-0:4.7-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src" }, "product_reference": "python-zope-testing-0:4.7-4.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-SecretStorage-0:2.3.1-9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch" }, "product_reference": "python3-SecretStorage-0:2.3.1-9.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-alembic-0:1.6.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch" }, "product_reference": "python3-alembic-0:1.6.0-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-amqp-0:5.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch" }, "product_reference": "python3-amqp-0:5.0.6-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-apipkg-0:1.5-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch" }, "product_reference": "python3-apipkg-0:1.5-12.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch" }, "product_reference": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch" }, "product_reference": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-autopage-0:0.4.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch" }, "product_reference": "python3-autopage-0:0.4.0-1.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64" }, "product_reference": "python3-bcrypt-0:3.1.6-3.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le" }, "product_reference": "python3-bcrypt-0:3.1.6-3.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x" }, "product_reference": "python3-bcrypt-0:3.1.6-3.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64" }, "product_reference": "python3-bcrypt-0:3.1.6-3.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64" }, "product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le" }, "product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x" }, "product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64" }, "product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch" }, "product_reference": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-betamax-0:0.8.1-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch" }, "product_reference": "python3-betamax-0:0.8.1-12.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cachetools-0:3.1.0-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch" }, "product_reference": "python3-cachetools-0:3.1.0-4.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-case-0:1.5.3-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch" }, "product_reference": "python3-case-0:1.5.3-5.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch" }, "product_reference": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-click-0:7.1.2-5.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch" }, "product_reference": "python3-click-0:7.1.2-5.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch" }, "product_reference": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch" }, "product_reference": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cmd2-0:1.4.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch" }, "product_reference": "python3-cmd2-0:1.4.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-colorama-0:0.4.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch" }, "product_reference": "python3-colorama-0:0.4.1-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-construct-0:2.10.56-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch" }, "product_reference": "python3-construct-0:2.10.56-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch" }, "product_reference": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64" }, "product_reference": "python3-coverage-0:5.6-0.1b1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le" }, "product_reference": "python3-coverage-0:5.6-0.1b1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x" }, "product_reference": "python3-coverage-0:5.6-0.1b1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64" }, "product_reference": "python3-coverage-0:5.6-0.1b1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64" }, "product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le" }, "product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x" }, "product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64" }, "product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dataclasses-0:0.8-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch" }, "product_reference": "python3-dataclasses-0:0.8-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ddt-0:1.4.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch" }, "product_reference": "python3-ddt-0:1.4.2-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch" }, "product_reference": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-decorator-0:4.4.0-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch" }, "product_reference": "python3-decorator-0:4.4.0-6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-defusedxml-0:0.7.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch" }, "product_reference": "python3-defusedxml-0:0.7.1-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-distlib-0:0.3.1-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch" }, "product_reference": "python3-distlib-0:0.3.1-4.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch" }, "product_reference": "python3-dogpile-cache-0:1.1.5-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch" }, "product_reference": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-editor-0:1.0.4-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch" }, "product_reference": "python3-editor-0:1.0.4-5.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-entrypoints-0:0.3-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch" }, "product_reference": "python3-entrypoints-0:0.3-8.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-eventlet-0:0.30.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch" }, "product_reference": "python3-eventlet-0:0.30.2-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-execnet-0:1.7.1-5.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch" }, "product_reference": "python3-execnet-0:1.7.1-5.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-extras-0:1.0.0-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch" }, "product_reference": "python3-extras-0:1.0.0-15.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-fasteners-0:0.14.1-21.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch" }, "product_reference": "python3-fasteners-0:0.14.1-21.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-filelock-0:3.0.12-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch" }, "product_reference": "python3-filelock-0:3.0.12-9.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-fixtures-0:3.0.0-22.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch" }, "product_reference": "python3-fixtures-0:3.0.0-22.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flake8-0:3.8.4-1.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch" }, "product_reference": "python3-flake8-0:3.8.4-1.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flask-1:2.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch" }, "product_reference": "python3-flask-1:2.0.1-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flit-0:3.0.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch" }, "product_reference": "python3-flit-0:3.0.0-1.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flit-core-0:3.0.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch" }, "product_reference": "python3-flit-core-0:3.0.0-1.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-freezegun-0:1.0.0-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch" }, "product_reference": "python3-freezegun-0:1.0.0-4.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-funcsigs-0:1.0.2-17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch" }, "product_reference": "python3-funcsigs-0:1.0.2-17.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-future-0:0.18.2-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch" }, "product_reference": "python3-future-0:0.18.2-9.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch" }, "product_reference": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64" }, "product_reference": "python3-gevent-0:21.1.2-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le" }, "product_reference": "python3-gevent-0:21.1.2-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x" }, "product_reference": "python3-gevent-0:21.1.2-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64" }, "product_reference": "python3-gevent-0:21.1.2-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64" }, "product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le" }, "product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x" }, "product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64" }, "product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch" }, "product_reference": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64" }, "product_reference": "python3-greenlet-0:1.0.0-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le" }, "product_reference": "python3-greenlet-0:1.0.0-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x" }, "product_reference": "python3-greenlet-0:1.0.0-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64" }, "product_reference": "python3-greenlet-0:1.0.0-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64" }, "product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le" }, "product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x" }, "product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64" }, "product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64" }, "product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le" }, "product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x" }, "product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64" }, "product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gunicorn-0:20.0.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch" }, "product_reference": "python3-gunicorn-0:20.0.4-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch" }, "product_reference": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch" }, "product_reference": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch" }, "product_reference": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-html5lib-1:1.1-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch" }, "product_reference": "python3-html5lib-1:1.1-4.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch" }, "product_reference": "python3-hypothesis-0:6.6.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ifaddr-0:0.1.6-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch" }, "product_reference": "python3-ifaddr-0:0.1.6-6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch" }, "product_reference": "python3-importlib-metadata-0:1.7.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch" }, "product_reference": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch" }, "product_reference": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch" }, "product_reference": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch" }, "product_reference": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch" }, "product_reference": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch" }, "product_reference": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch" }, "product_reference": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-iso8601-0:0.1.12-9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch" }, "product_reference": "python3-iso8601-0:0.1.12-9.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-itsdangerous-0:2.0.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch" }, "product_reference": "python3-itsdangerous-0:2.0.1-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch" }, "product_reference": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kafka-0:1.4.3-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch" }, "product_reference": "python3-kafka-0:1.4.3-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kazoo-0:2.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch" }, "product_reference": "python3-kazoo-0:2.7.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64" }, "product_reference": "python3-kerberos-0:1.3.0-11.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le" }, "product_reference": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x" }, "product_reference": "python3-kerberos-0:1.3.0-11.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64" }, "product_reference": "python3-kerberos-0:1.3.0-11.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64" }, "product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le" }, "product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x" }, "product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64" }, "product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keyring-0:21.0.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch" }, "product_reference": "python3-keyring-0:21.0.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch" }, "product_reference": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch" }, "product_reference": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch" }, "product_reference": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch" }, "product_reference": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64" }, "product_reference": "python3-kiwisolver-0:1.1.0-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le" }, "product_reference": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x" }, "product_reference": "python3-kiwisolver-0:1.1.0-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64" }, "product_reference": "python3-kiwisolver-0:1.1.0-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64" }, "product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le" }, "product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x" }, "product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64" }, "product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kombu-1:5.0.2-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch" }, "product_reference": "python3-kombu-1:5.0.2-1.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-linecache2-0:1.0.0-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch" }, "product_reference": "python3-linecache2-0:1.0.0-25.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-logutils-0:0.3.5-7.1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch" }, "product_reference": "python3-logutils-0:0.3.5-7.1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64" }, "product_reference": "python3-markupsafe-0:2.0.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le" }, "product_reference": "python3-markupsafe-0:2.0.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x" }, "product_reference": "python3-markupsafe-0:2.0.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64" }, "product_reference": "python3-markupsafe-0:2.0.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64" }, "product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le" }, "product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x" }, "product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64" }, "product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-mccabe-0:0.6.1-18.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch" }, "product_reference": "python3-mccabe-0:0.6.1-18.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-memcached-0:1.58-12.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch" }, "product_reference": "python3-memcached-0:1.58-12.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-migrate-0:0.13.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch" }, "product_reference": "python3-migrate-0:0.13.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch" }, "product_reference": "python3-mimeparse-0:1.6.0-16.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-mock-0:3.0.5-14.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch" }, "product_reference": "python3-mock-0:3.0.5-14.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-monotonic-0:1.5-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch" }, "product_reference": "python3-monotonic-0:1.5-9.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-more-itertools-0:7.2.0-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch" }, "product_reference": "python3-more-itertools-0:7.2.0-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch" }, "product_reference": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64" }, "product_reference": "python3-msgpack-0:0.6.2-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le" }, "product_reference": "python3-msgpack-0:0.6.2-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x" }, "product_reference": "python3-msgpack-0:0.6.2-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64" }, "product_reference": "python3-msgpack-0:0.6.2-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64" }, "product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le" }, "product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x" }, "product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64" }, "product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-munch-0:2.3.2-7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch" }, "product_reference": "python3-munch-0:2.3.2-7.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch" }, "product_reference": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch" }, "product_reference": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-nose-0:1.3.7-33.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch" }, "product_reference": "python3-nose-0:1.3.7-33.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-nose-cover3-0:0.1.0-31.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch" }, "product_reference": "python3-nose-cover3-0:0.1.0-31.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch" }, "product_reference": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch" }, "product_reference": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch" }, "product_reference": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch" }, "product_reference": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch" }, "product_reference": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch" }, "product_reference": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch" }, "product_reference": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch" }, "product_reference": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch" }, "product_reference": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch" }, "product_reference": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch" }, "product_reference": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch" }, "product_reference": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch" }, "product_reference": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch" }, "product_reference": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch" }, "product_reference": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch" }, "product_reference": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch" }, "product_reference": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch" }, "product_reference": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch" }, "product_reference": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch" }, "product_reference": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch" }, "product_reference": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch" }, "product_reference": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch" }, "product_reference": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch" }, "product_reference": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch" }, "product_reference": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch" }, "product_reference": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch" }, "product_reference": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch" }, "product_reference": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch" }, "product_reference": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch" }, "product_reference": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch" }, "product_reference": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch" }, "product_reference": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch" }, "product_reference": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch" }, "product_reference": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch" }, "product_reference": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch" }, "product_reference": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch" }, "product_reference": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch" }, "product_reference": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch" }, "product_reference": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch" }, "product_reference": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch" }, "product_reference": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch" }, "product_reference": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch" }, "product_reference": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-paste-0:3.5.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch" }, "product_reference": "python3-paste-0:3.5.0-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-paste-deploy-0:2.0.1-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch" }, "product_reference": "python3-paste-deploy-0:2.0.1-5.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pbr-0:5.5.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch" }, "product_reference": "python3-pbr-0:5.5.1-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pecan-0:1.3.2-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch" }, "product_reference": "python3-pecan-0:1.3.2-10.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pexpect-0:4.6-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch" }, "product_reference": "python3-pexpect-0:4.6-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pint-0:0.10.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch" }, "product_reference": "python3-pint-0:0.10.1-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pretend-0:1.0.8-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch" }, "product_reference": "python3-pretend-0:1.0.8-19.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch" }, "product_reference": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-prometheus_client-0:0.7.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch" }, "product_reference": "python3-prometheus_client-0:0.7.1-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch" }, "product_reference": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch" }, "product_reference": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch" }, "product_reference": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch" }, "product_reference": "python3-pyflakes-0:2.2.0-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pymemcache-0:3.5.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch" }, "product_reference": "python3-pymemcache-0:3.5.0-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch" }, "product_reference": "python3-pyperclip-0:1.8.0-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pysnmp-0:4.4.12-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch" }, "product_reference": "python3-pysnmp-0:4.4.12-6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch" }, "product_reference": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch" }, "product_reference": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pytest-runner-0:4.0-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch" }, "product_reference": "python3-pytest-runner-0:4.0-12.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch" }, "product_reference": "python3-pytest-xdist-0:2.2.1-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch" }, "product_reference": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-redis-0:3.3.8-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch" }, "product_reference": "python3-redis-0:3.3.8-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-repoze-lru-0:0.7-7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch" }, "product_reference": "python3-repoze-lru-0:0.7-7.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch" }, "product_reference": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch" }, "product_reference": "python3-requests-mock-0:1.8.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch" }, "product_reference": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch" }, "product_reference": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-retrying-0:1.3.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch" }, "product_reference": "python3-retrying-0:1.3.3-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-rfc3986-0:1.2.0-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch" }, "product_reference": "python3-rfc3986-0:1.2.0-6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-routes-0:2.4.1-12.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch" }, "product_reference": "python3-routes-0:2.4.1-12.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch" }, "product_reference": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplegeneric-0:0.8.1-18.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch" }, "product_reference": "python3-simplegeneric-0:0.8.1-18.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64" }, "product_reference": "python3-simplejson-0:3.17.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le" }, "product_reference": "python3-simplejson-0:3.17.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x" }, "product_reference": "python3-simplejson-0:3.17.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64" }, "product_reference": "python3-simplejson-0:3.17.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64" }, "product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le" }, "product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x" }, "product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64" }, "product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch" }, "product_reference": "python3-singledispatch-0:3.4.0.3-19.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-smi-0:0.3.4-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch" }, "product_reference": "python3-smi-0:0.3.4-10.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch" }, "product_reference": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch" }, "product_reference": "python3-soupsieve-0:2.1.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64" }, "product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le" }, "product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x" }, "product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64" }, "product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlparse-0:0.2.4-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch" }, "product_reference": "python3-sqlparse-0:0.2.4-10.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-statsd-0:3.2.1-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch" }, "product_reference": "python3-statsd-0:3.2.1-20.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-stestr-0:2.6.0-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch" }, "product_reference": "python3-stestr-0:2.6.0-8.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch" }, "product_reference": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-subunit-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch" }, "product_reference": "python3-subunit-0:1.4.0-6.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch" }, "product_reference": "python3-subunit-test-0:1.4.0-6.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sure-0:1.4.11-12.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch" }, "product_reference": "python3-sure-0:1.4.11-12.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch" }, "product_reference": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch" }, "product_reference": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch" }, "product_reference": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch" }, "product_reference": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch" }, "product_reference": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tempita-0:0.5.1-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch" }, "product_reference": "python3-tempita-0:0.5.1-25.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tenacity-0:6.2.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch" }, "product_reference": "python3-tenacity-0:6.2.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testrepository-0:0.0.20-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch" }, "product_reference": "python3-testrepository-0:0.0.20-20.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testresources-0:2.0.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch" }, "product_reference": "python3-testresources-0:2.0.1-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch" }, "product_reference": "python3-testscenarios-0:0.5.0-21.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testtools-0:2.4.0-8.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch" }, "product_reference": "python3-testtools-0:2.4.0-8.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch" }, "product_reference": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64" }, "product_reference": "python3-tornado-0:6.1.0-2.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le" }, "product_reference": "python3-tornado-0:6.1.0-2.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x" }, "product_reference": "python3-tornado-0:6.1.0-2.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64" }, "product_reference": "python3-tornado-0:6.1.0-2.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64" }, "product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le" }, "product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x" }, "product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64" }, "product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tox-current-env-0:0.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch" }, "product_reference": "python3-tox-current-env-0:0.0.6-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-traceback2-0:1.4.0-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch" }, "product_reference": "python3-traceback2-0:1.4.0-25.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-typeguard-0:2.9.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch" }, "product_reference": "python3-typeguard-0:2.9.1-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch" }, "product_reference": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-unittest2-0:1.1.0-24.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch" }, "product_reference": "python3-unittest2-0:1.1.0-24.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-vine-0:5.0.0-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch" }, "product_reference": "python3-vine-0:5.0.0-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-virtualenv-0:20.4.4-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch" }, "product_reference": "python3-virtualenv-0:20.4.4-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-voluptuous-0:0.11.7-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch" }, "product_reference": "python3-voluptuous-0:0.11.7-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-waitress-0:2.0.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch" }, "product_reference": "python3-waitress-0:2.0.0-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-warlock-0:1.3.3-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch" }, "product_reference": "python3-warlock-0:1.3.3-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch" }, "product_reference": "python3-wcwidth-0:0.2.5-2.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-webencodings-0:0.5.1-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch" }, "product_reference": "python3-webencodings-0:0.5.1-15.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-webob-0:1.8.5-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch" }, "product_reference": "python3-webob-0:1.8.5-5.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-webtest-0:2.0.33-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch" }, "product_reference": "python3-webtest-0:2.0.33-5.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-werkzeug-0:2.0.3-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch" }, "product_reference": "python3-werkzeug-0:2.0.3-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64" }, "product_reference": "python3-wrapt-0:1.11.2-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le" }, "product_reference": "python3-wrapt-0:1.11.2-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x" }, "product_reference": "python3-wrapt-0:1.11.2-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64" }, "product_reference": "python3-wrapt-0:1.11.2-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64" }, "product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le" }, "product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x" }, "product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64" }, "product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch" }, "product_reference": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64" }, "product_reference": "python3-yappi-0:1.3.1-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le" }, "product_reference": "python3-yappi-0:1.3.1-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x" }, "product_reference": "python3-yappi-0:1.3.1-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64" }, "product_reference": "python3-yappi-0:1.3.1-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64" }, "product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le" }, "product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x" }, "product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64" }, "product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zake-0:0.2.2-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch" }, "product_reference": "python3-zake-0:0.2.2-19.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zeroconf-0:0.24.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch" }, "product_reference": "python3-zeroconf-0:0.24.4-2.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zipp-0:0.5.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch" }, "product_reference": "python3-zipp-0:0.5.1-3.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zope-event-0:4.2.0-20.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch" }, "product_reference": "python3-zope-event-0:4.2.0-20.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zope-interface-0:5.4.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64" }, "product_reference": "python3-zope-interface-0:5.4.0-1.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le" }, "product_reference": "python3-zope-interface-0:5.4.0-1.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zope-interface-0:5.4.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x" }, "product_reference": "python3-zope-interface-0:5.4.0-1.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zope-interface-0:5.4.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64" }, "product_reference": "python3-zope-interface-0:5.4.0-1.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-zope-testing-0:4.7-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch" }, "product_reference": "python3-zope-testing-0:4.7-4.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-0:1.4.0-6.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src" }, "product_reference": "subunit-0:1.4.0-6.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-devel-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-devel-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-devel-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-devel-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-devel-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-devel-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-devel-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-filters-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch" }, "product_reference": "subunit-filters-0:1.4.0-6.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-perl-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch" }, "product_reference": "subunit-perl-0:1.4.0-6.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-shell-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch" }, "product_reference": "subunit-shell-0:1.4.0-6.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-static-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64" }, "product_reference": "subunit-static-0:1.4.0-6.el9.1.aarch64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-static-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le" }, "product_reference": "subunit-static-0:1.4.0-6.el9.1.ppc64le", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-static-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x" }, "product_reference": "subunit-static-0:1.4.0-6.el9.1.s390x", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "subunit-static-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64" }, "product_reference": "subunit-static-0:1.4.0-6.el9.1.x86_64", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "tox-0:3.23.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" }, "product_reference": "tox-0:3.23.0-2.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-4235", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156727" } ], "notes": [ { "category": "description", "text": "A flaw was found in go-yaml. This issue occurs due to unbounded alias chasing, where a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-yaml: Denial of Service in go-yaml", "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.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-4235" }, { "category": "external", "summary": "RHBZ#2156727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-4235", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4235" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241", "url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241" }, { "category": "external", "summary": "https://github.com/go-yaml/yaml/pull/375", "url": "https://github.com/go-yaml/yaml/pull/375" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2021-0061", "url": "https://pkg.go.dev/vuln/GO-2021-0061" } ], "release_date": "2022-12-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "go-yaml: Denial of Service in go-yaml" }, { "cve": "CVE-2022-1705", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107374" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: improper sanitization of Transfer-Encoding header", "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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1705" }, { "category": "external", "summary": "RHBZ#2107374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1705" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705" }, { "category": "external", "summary": "https://go.dev/issue/53188", "url": "https://go.dev/issue/53188" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: improper sanitization of Transfer-Encoding header" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "acknowledgments": [ { "names": [ "Steven Murdoch" ] } ], "cve": "CVE-2022-2995", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "discovery_date": "2022-08-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2121632" } ], "notes": [ { "category": "description", "text": "Incorrect handling of the supplementary groups in the CRI-O container engine might lead to sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.", "title": "Vulnerability description" }, { "category": "summary", "text": "cri-o: incorrect handling of the supplementary groups", "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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2995" }, { "category": "external", "summary": "RHBZ#2121632", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121632" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2995", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2995" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2995", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2995" }, { "category": "external", "summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/", "url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/" } ], "release_date": "2022-08-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cri-o: incorrect handling of the supplementary groups" }, { "acknowledgments": [ { "names": [ "Fujitsu" ] } ], "cve": "CVE-2022-2996", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-08-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2115122" } ], "notes": [ { "category": "description", "text": "A flaw was found in the python-scciclient when making an HTTPS connection to a server where the server\u0027s certificate would not be verified. This issue opens up the connection to possible Man-in-the-middle (MITM) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-scciclient: missing server certificate verification", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2996" }, { "category": "external", "summary": "RHBZ#2115122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2996", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2996" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2996", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2996" }, { "category": "external", "summary": "https://opendev.org/x/python-scciclient/commit/274dca0344b65b4ac113d3271d21c17e970a636c", "url": "https://opendev.org/x/python-scciclient/commit/274dca0344b65b4ac113d3271d21c17e970a636c" } ], "release_date": "2022-06-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-scciclient: missing server certificate verification" }, { "acknowledgments": [ { "names": [ "Kubernetes Security Response Committee" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2022-3162", "discovery_date": "2022-10-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2136673" } ], "notes": [ { "category": "description", "text": "A flaw was found in kubernetes. Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different kind in the same API group they are not authorized to read.", "title": "Vulnerability description" }, { "category": "summary", "text": "kubernetes: Unauthorized read of Custom Resources", "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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3162" }, { "category": "external", "summary": "RHBZ#2136673", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136673" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3162", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3162" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3162", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3162" }, { "category": "external", "summary": "https://github.com/kubernetes/kubernetes/issues/113756", "url": "https://github.com/kubernetes/kubernetes/issues/113756" } ], "release_date": "2022-11-10T16:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kubernetes: Unauthorized read of Custom Resources" }, { "cve": "CVE-2022-3172", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "discovery_date": "2022-09-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2127804" } ], "notes": [ { "category": "description", "text": "A security issue was discovered in kube-apiserver that allows an aggregated API server to redirect client traffic to any URL. This issue leads to the client performing unexpected actions and forwarding the client\u0027s API server credentials to third parties.", "title": "Vulnerability description" }, { "category": "summary", "text": "kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF)", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3172" }, { "category": "external", "summary": "RHBZ#2127804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127804" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3172", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3172" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3172", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3172" }, { "category": "external", "summary": "https://github.com/kubernetes/kubernetes/issues/112513", "url": "https://github.com/kubernetes/kubernetes/issues/112513" } ], "release_date": "2022-09-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF)" }, { "cve": "CVE-2022-3259", "cwe": { "id": "CWE-665", "name": "Improper Initialization" }, "discovery_date": "2022-07-01T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2103220" } ], "notes": [ { "category": "description", "text": "Openshift 4.9 does not use HTTP Strict Transport Security (HSTS) which may allow man-in-the-middle (MITM) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "OpenShift: Missing HTTP Strict Transport Security", "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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3259" }, { "category": "external", "summary": "RHBZ#2103220", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103220" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3259", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3259" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3259", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3259" } ], "release_date": "2022-06-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "OpenShift: Missing HTTP Strict Transport Security" }, { "cve": "CVE-2022-3466", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2134063" } ], "notes": [ { "category": "description", "text": "The version of cri-o as released for Red Hat OpenShift Container Platform 4.9.48, 4.10.31, and 4.11.6 via RHBA-2022:6316, RHBA-2022:6257, and RHBA-2022:6658, respectively, included an incorrect version of cri-o missing the fix for CVE-2022-27652, which was previously fixed in OCP 4.9.41 and 4.10.12 via RHBA-2022:5433 and RHSA-2022:1600. This issue could allow an attacker with access to programs with inheritable file capabilities to elevate those capabilities to the permitted set when execve(2) runs. For more details, see https://access.redhat.com/security/cve/CVE-2022-27652.", "title": "Vulnerability description" }, { "category": "summary", "text": "cri-o: Security regression of CVE-2022-27652", "title": "Vulnerability summary" }, { "category": "other", "text": "After further investigation we came to the conclusion that this CVE has a very minimal impact on Red Hat OpenShift Container Platform.", "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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-3466" }, { "category": "external", "summary": "RHBZ#2134063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3466", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3466" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3466", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3466" } ], "release_date": "2022-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cri-o: Security regression of CVE-2022-27652" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-30631", "cwe": { "id": "CWE-1325", "name": "Improperly Controlled Sequential Memory Allocation" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107342" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: compress/gzip: stack exhaustion in Reader.Read", "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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-30631" }, { "category": "external", "summary": "RHBZ#2107342", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631", "url": "https://www.cve.org/CVERecord?id=CVE-2022-30631" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631" }, { "category": "external", "summary": "https://go.dev/issue/53168", "url": "https://go.dev/issue/53168" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: compress/gzip: stack exhaustion in Reader.Read" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2022-07-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2107383" } ], "notes": [ { "category": "description", "text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working", "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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32148" }, { "category": "external", "summary": "RHBZ#2107383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32148" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148" }, { "category": "external", "summary": "https://go.dev/issue/53423", "url": "https://go.dev/issue/53423" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE", "url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" } ], "release_date": "2022-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-32190", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124668" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/url: JoinPath does not strip relative path components in all circumstances", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 is also 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-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32190" }, { "category": "external", "summary": "RHBZ#2124668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32190" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190" }, { "category": "external", "summary": "https://go.dev/issue/54385", "url": "https://go.dev/issue/54385" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/url: JoinPath does not strip relative path components in all circumstances" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src", "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x", "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src", "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src", "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x", "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src", "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src", "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src", "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x", "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src", "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch", "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x", "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src", "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src", "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src", "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x", "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64", "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src", "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src", "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x", "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src", "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src", "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x", "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src", "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src", "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src", "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src", "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src", "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src", "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src", "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src", "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src", "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src", "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src", "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src", "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src", "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src", "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src", "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src", "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src", "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src", "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src", "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src", "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch", "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch", "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch", "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch", "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64", "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x", "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64", "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch", "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch", "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch", "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src", "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x", "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src", "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src", "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x", "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src", "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src", "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x", "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src", "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x", "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src", "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src", "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src", "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src", "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src", "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src", "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src", "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src", "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src", "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src", "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src", "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src", "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src", "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src", "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src", "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src", "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src", "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src", "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x", "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src", "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x", "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64", "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-01-17T19:29:22+00:00", "details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7398" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src", "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src", "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x", "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src", "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x", "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64", "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" } ] }
rhsa-2022_8781
Vulnerability from csaf_redhat
Published
2022-12-08 07:37
Modified
2024-11-06 02:05
Summary
Red Hat Security Advisory: Logging Subsystem 5.5.5 - Red Hat OpenShift security update
Notes
Topic
Logging Subsystem 5.5.5 - Red Hat OpenShift
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Logging Subsystem 5.5.5 - Red Hat OpenShift
Security Fixe(s):
* jackson-databind: denial of service via a large depth of nested objects (CVE-2020-36518)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879, CVE-2022-2880, CVE-2022-41715)
* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)
* jackson-databind: use of deeply nested arrays (CVE-2022-42004)
* loader-utils: Regular expression denial of service (CVE-2022-37603)
* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)
For 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.
Terms of Use
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.
{ "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": "Logging Subsystem 5.5.5 - Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Logging Subsystem 5.5.5 - Red Hat OpenShift\n\nSecurity Fixe(s):\n\n* jackson-databind: denial of service via a large depth of nested objects\u00a0(CVE-2020-36518)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879, CVE-2022-2880, CVE-2022-41715)\n\n* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n\n* jackson-databind: use of deeply nested arrays (CVE-2022-42004)\n\n* loader-utils: Regular expression denial of service (CVE-2022-37603)\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8781", "url": "https://access.redhat.com/errata/RHSA-2022:8781" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2064698", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698" }, { "category": "external", "summary": "2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2135244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244" }, { "category": "external", "summary": "2135247", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247" }, { "category": "external", "summary": "2140597", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597" }, { "category": "external", "summary": "LOG-2860", "url": "https://issues.redhat.com/browse/LOG-2860" }, { "category": "external", "summary": "LOG-3131", "url": "https://issues.redhat.com/browse/LOG-3131" }, { "category": "external", "summary": "LOG-3222", "url": "https://issues.redhat.com/browse/LOG-3222" }, { "category": "external", "summary": "LOG-3226", "url": "https://issues.redhat.com/browse/LOG-3226" }, { "category": "external", "summary": "LOG-3284", "url": "https://issues.redhat.com/browse/LOG-3284" }, { "category": "external", "summary": "LOG-3287", "url": "https://issues.redhat.com/browse/LOG-3287" }, { "category": "external", "summary": "LOG-3301", "url": "https://issues.redhat.com/browse/LOG-3301" }, { "category": "external", "summary": "LOG-3305", "url": "https://issues.redhat.com/browse/LOG-3305" }, { "category": "external", "summary": "LOG-3310", "url": "https://issues.redhat.com/browse/LOG-3310" }, { "category": "external", "summary": "LOG-3332", "url": "https://issues.redhat.com/browse/LOG-3332" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8781.json" } ], "title": "Red Hat Security Advisory: Logging Subsystem 5.5.5 - Red Hat OpenShift security update", "tracking": { "current_release_date": "2024-11-06T02:05:28+00:00", "generator": { "date": "2024-11-06T02:05:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:8781", "initial_release_date": "2022-12-08T07:37:32+00:00", "revision_history": [ { "date": "2022-12-08T07:37:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-12-08T07:37:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:05:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHOL 5.5 for RHEL 8", "product": { "name": "RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:logging:5.5::el8" } } } ], "category": "product_family", "name": "logging for Red Hat OpenShift" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3" } } }, { "category": "product_version", "name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "product": { "name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.5.5-8" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "product": { "name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.5.5-14" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "product_id": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "product_id": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "product_id": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "product_id": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "product": { "name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "product_id": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "product": { "name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "product_id": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "product_identification_helper": { "purl": "pkg:oci/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.5.5-19" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "product_id": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "product_id": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "product_id": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "product_id": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "product_id": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "product": { "name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "product_id": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "product_id": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "product_id": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "product_id": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "product_id": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "product_id": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le", "product": { "name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le", "product_id": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "product_id": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "product": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "product": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "product": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "product_identification_helper": { "purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311" } } }, { "category": "product_version", "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "product": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "product_identification_helper": { "purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78" } } }, { "category": "product_version", "name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "product": { "name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "product_id": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "product_identification_helper": { "purl": "pkg:oci/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247" } } }, { "category": "product_version", "name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "product": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "product_id": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "product_identification_helper": { "purl": "pkg:oci/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273" } } }, { "category": "product_version", "name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "product": { "name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "product_id": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "product_identification_helper": { "purl": "pkg:oci/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59" } } }, { "category": "product_version", "name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "product": { "name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "product_id": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "product_identification_helper": { "purl": "pkg:oci/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67" } } }, { "category": "product_version", "name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "product": { "name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "product_id": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "product_identification_helper": { "purl": "pkg:oci/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310" } } }, { "category": "product_version", "name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "product": { "name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "product_id": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "product_identification_helper": { "purl": "pkg:oci/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23" } } }, { "category": "product_version", "name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "product": { "name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "product_id": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "product_identification_helper": { "purl": "pkg:oci/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39" } } }, { "category": "product_version", "name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "product": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "product_identification_helper": { "purl": "pkg:oci/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2" } } }, { "category": "product_version", "name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "product": { "name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "product_id": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "product_identification_helper": { "purl": "pkg:oci/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4" } } }, { "category": "product_version", "name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "product": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "product_identification_helper": { "purl": "pkg:oci/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64" } } }, { "category": "product_version", "name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "product": { "name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "product_id": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "product_identification_helper": { "purl": "pkg:oci/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64" }, "product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64" }, "product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64" }, "product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64" }, "product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x" }, "product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" }, "product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64" }, "product_reference": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64" }, "product_reference": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64" }, "product_reference": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x" }, "product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le" }, "product_reference": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" }, "product_reference": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le" }, "product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64" }, "product_reference": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le" }, "product_reference": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64" }, "product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x" }, "product_reference": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64" }, "product_reference": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64 as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64" }, "product_reference": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x" }, "product_reference": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "relates_to_product_reference": "8Base-RHOL-5.5" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le as a component of RHOL 5.5 for RHEL 8", "product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" }, "product_reference": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le", "relates_to_product_reference": "8Base-RHOL-5.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36518", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-03-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2064698" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: denial of service via a large depth of nested objects", "title": "Vulnerability summary" }, { "category": "other", "text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-36518" }, { "category": "external", "summary": "RHBZ#2064698", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-36518", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36518" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-57j2-w4cx-62h2", "url": "https://github.com/advisories/GHSA-57j2-w4cx-62h2" } ], "release_date": "2020-08-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "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-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: denial of service via a large depth of nested objects" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "cve": "CVE-2022-32189", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-08-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2113814" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-32189" }, { "category": "external", "summary": "RHBZ#2113814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-32189" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189" }, { "category": "external", "summary": "https://go.dev/issue/53871", "url": "https://go.dev/issue/53871" }, { "category": "external", "summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU", "url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU" } ], "release_date": "2022-08-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service" }, { "cve": "CVE-2022-37603", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2022-11-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2140597" } ], "notes": [ { "category": "description", "text": "A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.", "title": "Vulnerability description" }, { "category": "summary", "text": "loader-utils: Regular expression 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": [ "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-37603" }, { "category": "external", "summary": "RHBZ#2140597", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-37603", "url": "https://www.cve.org/CVERecord?id=CVE-2022-37603" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603" } ], "release_date": "2022-10-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "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-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "loader-utils: Regular expression denial of service" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-42003", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2022-10-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2135244" } ], "notes": [ { "category": "description", "text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS", "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-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-42003" }, { "category": "external", "summary": "RHBZ#2135244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42003" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003" } ], "release_date": "2022-10-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "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-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS" }, { "cve": "CVE-2022-42004", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2022-10-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2135247" } ], "notes": [ { "category": "description", "text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.", "title": "Vulnerability description" }, { "category": "summary", "text": "jackson-databind: use of deeply nested arrays", "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-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ], "known_not_affected": [ "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x", "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le", "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le", "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64", "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64", "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64", "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64", "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x", "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le", "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64", "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le", "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le", "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x", "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-42004" }, { "category": "external", "summary": "RHBZ#2135247", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004", "url": "https://www.cve.org/CVERecord?id=CVE-2022-42004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004" } ], "release_date": "2022-10-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-12-08T07:37:32+00:00", "details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html", "product_ids": [ "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8781" } ], "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-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64", "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jackson-databind: use of deeply nested arrays" } ] }
rhsa-2023_2780
Vulnerability from csaf_redhat
Published
2023-05-16 08:57
Modified
2024-11-06 02:56
Summary
Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update
Notes
Topic
An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.
Security Fix(es):
* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)
* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.8 Release Notes linked from the References section.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.8 Release Notes linked from 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-2023:2780", "url": "https://access.redhat.com/errata/RHSA-2023:2780" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index" }, { "category": "external", "summary": "2033192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033192" }, { "category": "external", "summary": "2063126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2063126" }, { "category": "external", "summary": "2072834", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072834" }, { "category": "external", "summary": "2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "2132254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132254" }, { "category": "external", "summary": "2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "2136503", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136503" }, { "category": "external", "summary": "2139721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139721" }, { "category": "external", "summary": "2141738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141738" }, { "category": "external", "summary": "2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "2168666", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168666" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2780.json" } ], "title": "Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T02:56:51+00:00", "generator": { "date": "2024-11-06T02:56:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:2780", "initial_release_date": "2023-05-16T08:57:22+00:00", "revision_history": [ { "date": "2023-05-16T08:57:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-16T08:57:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:56:51+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.8.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-2.el8.src", "product": { "name": "weldr-client-0:35.9-2.el8.src", "product_id": "weldr-client-0:35.9-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-2.el8?arch=src" } } }, { "category": "product_version", "name": "osbuild-composer-0:75-1.el8.src", "product": { "name": "osbuild-composer-0:75-1.el8.src", "product_id": "osbuild-composer-0:75-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@75-1.el8?arch=src" } } }, { "category": "product_version", "name": "osbuild-0:81-1.el8.src", "product": { "name": "osbuild-0:81-1.el8.src", "product_id": "osbuild-0:81-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild@81-1.el8?arch=src" } } }, { "category": "product_version", "name": "cockpit-composer-0:45-1.el8_8.src", "product": { "name": "cockpit-composer-0:45-1.el8_8.src", "product_id": "cockpit-composer-0:45-1.el8_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-composer@45-1.el8_8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-2.el8.aarch64", "product": { "name": "weldr-client-0:35.9-2.el8.aarch64", "product_id": "weldr-client-0:35.9-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-2.el8.aarch64", "product": { "name": "weldr-client-debugsource-0:35.9-2.el8.aarch64", "product_id": "weldr-client-debugsource-0:35.9-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-2.el8.aarch64", "product": { "name": "weldr-client-debuginfo-0:35.9-2.el8.aarch64", "product_id": "weldr-client-debuginfo-0:35.9-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "product_id": "weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-0:75-1.el8.aarch64", "product_id": "osbuild-composer-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-core-0:75-1.el8.aarch64", "product_id": "osbuild-composer-core-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-dnf-json-0:75-1.el8.aarch64", "product_id": "osbuild-composer-dnf-json-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-worker-0:75-1.el8.aarch64", "product_id": "osbuild-composer-worker-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-debugsource-0:75-1.el8.aarch64", "product_id": "osbuild-composer-debugsource-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "product_id": "osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-debuginfo-0:75-1.el8.aarch64", "product_id": "osbuild-composer-debuginfo-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "product_id": "osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@75-1.el8?arch=aarch64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "product": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "product_id": "osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@75-1.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-2.el8.ppc64le", "product": { "name": "weldr-client-0:35.9-2.el8.ppc64le", "product_id": "weldr-client-0:35.9-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-2.el8.ppc64le", "product": { "name": "weldr-client-debugsource-0:35.9-2.el8.ppc64le", "product_id": "weldr-client-debugsource-0:35.9-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "product": { "name": "weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "product_id": "weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "product_id": "weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-core-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-core-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-worker-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-worker-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-debugsource-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-debugsource-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@75-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "product": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "product_id": "osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@75-1.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-2.el8.x86_64", "product": { "name": "weldr-client-0:35.9-2.el8.x86_64", "product_id": "weldr-client-0:35.9-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-2.el8.x86_64", "product": { "name": "weldr-client-debugsource-0:35.9-2.el8.x86_64", "product_id": "weldr-client-debugsource-0:35.9-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-2.el8.x86_64", "product": { "name": "weldr-client-debuginfo-0:35.9-2.el8.x86_64", "product_id": "weldr-client-debuginfo-0:35.9-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64", "product_id": "weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-0:75-1.el8.x86_64", "product_id": "osbuild-composer-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-core-0:75-1.el8.x86_64", "product_id": "osbuild-composer-core-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-dnf-json-0:75-1.el8.x86_64", "product_id": "osbuild-composer-dnf-json-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-worker-0:75-1.el8.x86_64", "product_id": "osbuild-composer-worker-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-debugsource-0:75-1.el8.x86_64", "product_id": "osbuild-composer-debugsource-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "product_id": "osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-debuginfo-0:75-1.el8.x86_64", "product_id": "osbuild-composer-debuginfo-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "product_id": "osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@75-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "product": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "product_id": "osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@75-1.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "weldr-client-0:35.9-2.el8.s390x", "product": { "name": "weldr-client-0:35.9-2.el8.s390x", "product_id": "weldr-client-0:35.9-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client@35.9-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "weldr-client-debugsource-0:35.9-2.el8.s390x", "product": { "name": "weldr-client-debugsource-0:35.9-2.el8.s390x", "product_id": "weldr-client-debugsource-0:35.9-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debugsource@35.9-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "weldr-client-debuginfo-0:35.9-2.el8.s390x", "product": { "name": "weldr-client-debuginfo-0:35.9-2.el8.s390x", "product_id": "weldr-client-debuginfo-0:35.9-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.9-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "product": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "product_id": "weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.9-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-0:75-1.el8.s390x", "product_id": "osbuild-composer-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-core-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-core-0:75-1.el8.s390x", "product_id": "osbuild-composer-core-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-dnf-json-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-dnf-json-0:75-1.el8.s390x", "product_id": "osbuild-composer-dnf-json-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-worker-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-worker-0:75-1.el8.s390x", "product_id": "osbuild-composer-worker-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-debugsource-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-debugsource-0:75-1.el8.s390x", "product_id": "osbuild-composer-debugsource-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debugsource@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "product_id": "osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-debuginfo-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-debuginfo-0:75-1.el8.s390x", "product_id": "osbuild-composer-debuginfo-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "product_id": "osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@75-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "product": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "product_id": "osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@75-1.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "osbuild-0:81-1.el8.noarch", "product": { "name": "osbuild-0:81-1.el8.noarch", "product_id": "osbuild-0:81-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild@81-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-luks2-0:81-1.el8.noarch", "product": { "name": "osbuild-luks2-0:81-1.el8.noarch", "product_id": "osbuild-luks2-0:81-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-luks2@81-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-lvm2-0:81-1.el8.noarch", "product": { "name": "osbuild-lvm2-0:81-1.el8.noarch", "product_id": "osbuild-lvm2-0:81-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-lvm2@81-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-ostree-0:81-1.el8.noarch", "product": { "name": "osbuild-ostree-0:81-1.el8.noarch", "product_id": "osbuild-ostree-0:81-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-ostree@81-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "osbuild-selinux-0:81-1.el8.noarch", "product": { "name": "osbuild-selinux-0:81-1.el8.noarch", "product_id": "osbuild-selinux-0:81-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/osbuild-selinux@81-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-osbuild-0:81-1.el8.noarch", "product": { "name": "python3-osbuild-0:81-1.el8.noarch", "product_id": "python3-osbuild-0:81-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-osbuild@81-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "cockpit-composer-0:45-1.el8_8.noarch", "product": { "name": "cockpit-composer-0:45-1.el8_8.noarch", "product_id": "cockpit-composer-0:45-1.el8_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cockpit-composer@45-1.el8_8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cockpit-composer-0:45-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch" }, "product_reference": "cockpit-composer-0:45-1.el8_8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cockpit-composer-0:45-1.el8_8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src" }, "product_reference": "cockpit-composer-0:45-1.el8_8.src", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-0:81-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch" }, "product_reference": "osbuild-0:81-1.el8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-0:81-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src" }, "product_reference": "osbuild-0:81-1.el8.src", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:75-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src" }, "product_reference": "osbuild-composer-0:75-1.el8.src", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-core-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-core-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-core-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-core-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-core-debuginfo-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-debuginfo-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-debuginfo-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debuginfo-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-debuginfo-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-debugsource-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-debugsource-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-debugsource-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-debugsource-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-debugsource-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-dnf-json-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-dnf-json-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-dnf-json-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-dnf-json-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-worker-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-worker-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-worker-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-worker-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64" }, "product_reference": "osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le" }, "product_reference": "osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x" }, "product_reference": "osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64" }, "product_reference": "osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-luks2-0:81-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch" }, "product_reference": "osbuild-luks2-0:81-1.el8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-lvm2-0:81-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch" }, "product_reference": "osbuild-lvm2-0:81-1.el8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-ostree-0:81-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch" }, "product_reference": "osbuild-ostree-0:81-1.el8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "osbuild-selinux-0:81-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch" }, "product_reference": "osbuild-selinux-0:81-1.el8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-osbuild-0:81-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" }, "product_reference": "python3-osbuild-0:81-1.el8.noarch", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-2.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64" }, "product_reference": "weldr-client-0:35.9-2.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-2.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le" }, "product_reference": "weldr-client-0:35.9-2.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-2.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x" }, "product_reference": "weldr-client-0:35.9-2.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-2.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src" }, "product_reference": "weldr-client-0:35.9-2.el8.src", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-0:35.9-2.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64" }, "product_reference": "weldr-client-0:35.9-2.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-2.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64" }, "product_reference": "weldr-client-debuginfo-0:35.9-2.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-2.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le" }, "product_reference": "weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-2.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x" }, "product_reference": "weldr-client-debuginfo-0:35.9-2.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debuginfo-0:35.9-2.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64" }, "product_reference": "weldr-client-debuginfo-0:35.9-2.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-2.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64" }, "product_reference": "weldr-client-debugsource-0:35.9-2.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-2.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le" }, "product_reference": "weldr-client-debugsource-0:35.9-2.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-2.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x" }, "product_reference": "weldr-client-debugsource-0:35.9-2.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-debugsource-0:35.9-2.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64" }, "product_reference": "weldr-client-debugsource-0:35.9-2.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "relates_to_product_reference": "AppStream-8.8.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" }, "product_reference": "weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64", "relates_to_product_reference": "AppStream-8.8.0.GA" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-2879", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132867" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: archive/tar: unbounded memory consumption when reading headers", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "known_not_affected": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2879" }, { "category": "external", "summary": "RHBZ#2132867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54853", "url": "https://github.com/golang/go/issues/54853" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-16T08:57: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-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2780" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: archive/tar: unbounded memory consumption when reading headers" }, { "acknowledgments": [ { "names": [ "Daniel Abeles" ], "organization": "Head of Research, Oxeye" }, { "names": [ "Gal Goldstein" ], "organization": "Security Researcher, Oxeye" } ], "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132868" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "known_not_affected": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-2880" }, { "category": "external", "summary": "RHBZ#2132868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2880" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880" }, { "category": "external", "summary": "https://github.com/golang/go/issues/54663", "url": "https://github.com/golang/go/issues/54663" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-16T08:57: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-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2780" } ], "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": [ "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters" }, { "cve": "CVE-2022-27664", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-09-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2124669" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: handle server errors after sending GOAWAY", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "known_not_affected": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-27664" }, { "category": "external", "summary": "RHBZ#2124669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664", "url": "https://www.cve.org/CVERecord?id=CVE-2022-27664" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664" }, { "category": "external", "summary": "https://go.dev/issue/54658", "url": "https://go.dev/issue/54658" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ" } ], "release_date": "2022-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-16T08:57: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-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2780" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: handle server errors after sending GOAWAY" }, { "acknowledgments": [ { "names": [ "Adam Korczynski" ], "organization": "ADA Logics" }, { "names": [ "OSS-Fuzz" ] } ], "cve": "CVE-2022-41715", "discovery_date": "2022-10-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2132872" } ], "notes": [ { "category": "description", "text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: regexp/syntax: limit memory used by parsing regexps", "title": "Vulnerability summary" }, { "category": "other", "text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.", "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.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "known_not_affected": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41715" }, { "category": "external", "summary": "RHBZ#2132872", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41715" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715" }, { "category": "external", "summary": "https://github.com/golang/go/issues/55949", "url": "https://github.com/golang/go/issues/55949" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1" } ], "release_date": "2022-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-16T08:57: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-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2780" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: regexp/syntax: limit memory used by parsing regexps" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-01-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2161274" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.", "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.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "known_not_affected": [ "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.noarch", "AppStream-8.8.0.GA:cockpit-composer-0:45-1.el8_8.src", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-0:81-1.el8.src", "AppStream-8.8.0.GA:osbuild-luks2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-lvm2-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-ostree-0:81-1.el8.noarch", "AppStream-8.8.0.GA:osbuild-selinux-0:81-1.el8.noarch", "AppStream-8.8.0.GA:python3-osbuild-0:81-1.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-41717" }, { "category": "external", "summary": "RHBZ#2161274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41717" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717" }, { "category": "external", "summary": "https://go.dev/cl/455635", "url": "https://go.dev/cl/455635" }, { "category": "external", "summary": "https://go.dev/cl/455717", "url": "https://go.dev/cl/455717" }, { "category": "external", "summary": "https://go.dev/issue/56350", "url": "https://go.dev/issue/56350" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ", "url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2022-1144", "url": "https://pkg.go.dev/vuln/GO-2022-1144" } ], "release_date": "2022-11-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-16T08:57: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-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2780" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.src", "AppStream-8.8.0.GA:osbuild-composer-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-core-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-debugsource-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-dnf-json-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-tests-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.aarch64", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.ppc64le", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.s390x", "AppStream-8.8.0.GA:osbuild-composer-worker-debuginfo-0:75-1.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.src", "AppStream-8.8.0.GA:weldr-client-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debuginfo-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-debugsource-0:35.9-2.el8.x86_64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.aarch64", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.ppc64le", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.s390x", "AppStream-8.8.0.GA:weldr-client-tests-debuginfo-0:35.9-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests" } ] }
ghsa-fqpx-62jv-7r6r
Vulnerability from github
Published
2022-10-14 19:00
Modified
2022-10-18 19:00
Severity ?
Details
Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.
{ "affected": [], "aliases": [ "CVE-2022-2879" ], "database_specific": { "cwe_ids": [ "CWE-770" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2022-10-14T15:15:00Z", "severity": "HIGH" }, "details": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.", "id": "GHSA-fqpx-62jv-7r6r", "modified": "2022-10-18T19:00:35Z", "published": "2022-10-14T19:00:40Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879" }, { "type": "WEB", "url": "https://go.dev/cl/439355" }, { "type": "WEB", "url": "https://go.dev/issue/54853" }, { "type": "WEB", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/THKJHFMX4DAZXJ5MFPN3BNHZDN7BW5RI" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2022-1037" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202311-09" } ], "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" } ] }
wid-sec-w-2023-1350
Vulnerability from csaf_certbund
Published
2023-06-01 22:00
Modified
2024-02-15 23:00
Summary
Splunk Splunk Enterprise: Mehrere Schwachstellen in Komponenten von Drittanbietern
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Splunk Enterprise ermöglicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise in diversen Komponenten von Drittanbietern ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
- Sonstiges
{ "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": "Splunk Enterprise erm\u00f6glicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise in diversen Komponenten von Drittanbietern ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "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-2023-1350 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1350.json" }, { "category": "self", "summary": "WID-SEC-2023-1350 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1350" }, { "category": "external", "summary": "Splunk Enterprise Security Advisory SVD-2023-0613 vom 2023-06-01", "url": "https://advisory.splunk.com/advisories/SVD-2023-0613" }, { "category": "external", "summary": "IBM Security Bulletin 7008449 vom 2023-06-29", "url": "https://www.ibm.com/support/pages/node/7008449" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0196-1 vom 2024-01-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017743.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0487-1 vom 2024-02-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017931.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0486-1 vom 2024-02-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017932.html" } ], "source_lang": "en-US", "title": "Splunk Splunk Enterprise: Mehrere Schwachstellen in Komponenten von Drittanbietern", "tracking": { "current_release_date": "2024-02-15T23:00:00.000+00:00", "generator": { "date": "2024-02-16T09:06:57.360+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1350", "initial_release_date": "2023-06-01T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-01T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-06-29T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-23T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-02-15T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "IBM DB2", "product": { "name": "IBM DB2", "product_id": "5104", "product_identification_helper": { "cpe": "cpe:/a:ibm:db2:-" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c 8.1.14", "product": { "name": "Splunk Splunk Enterprise \u003c 8.1.14", "product_id": "T027935", "product_identification_helper": { "cpe": "cpe:/a:splunk:splunk:8.1.14" } } }, { "category": "product_version_range", "name": "\u003c 8.2.11", "product": { "name": "Splunk Splunk Enterprise \u003c 8.2.11", "product_id": "T027936", "product_identification_helper": { "cpe": "cpe:/a:splunk:splunk:8.2.11" } } }, { "category": "product_version_range", "name": "\u003c 9.0.5", "product": { "name": "Splunk Splunk Enterprise \u003c 9.0.5", "product_id": "T027937", "product_identification_helper": { "cpe": "cpe:/a:splunk:splunk:9.0.5" } } } ], "category": "product_name", "name": "Splunk Enterprise" } ], "category": "vendor", "name": "Splunk" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-27538", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-27538" }, { "cve": "CVE-2023-27537", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-27537" }, { "cve": "CVE-2023-27536", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27535", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27534", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27533", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-27533" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-23915", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23914", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-1370", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-1370" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2023-0215" }, { "cve": "CVE-2022-46175", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-46175" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-43680" }, { "cve": "CVE-2022-43552", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-43551", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-4304", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-4304" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-42915", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42004", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-42004" }, { "cve": "CVE-2022-4200", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-4200" }, { "cve": "CVE-2022-41720", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-41720" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40303", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-40303" }, { "cve": "CVE-2022-40023", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-40023" }, { "cve": "CVE-2022-38900", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-38900" }, { "cve": "CVE-2022-37616", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-37616" }, { "cve": "CVE-2022-37603", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-37603" }, { "cve": "CVE-2022-37601", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-37601" }, { "cve": "CVE-2022-37599", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-37599" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-35737", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-35737" }, { "cve": "CVE-2022-35260", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-35260" }, { "cve": "CVE-2022-35252", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-3517", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-3517" }, { "cve": "CVE-2022-33987", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-33987" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-32208", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32207", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32205", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32148", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-32148" }, { "cve": "CVE-2022-31129", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-31129" }, { "cve": "CVE-2022-30635", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30635" }, { "cve": "CVE-2022-30634", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30634" }, { "cve": "CVE-2022-30633", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30633" }, { "cve": "CVE-2022-30632", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30632" }, { "cve": "CVE-2022-30631", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30631" }, { "cve": "CVE-2022-30630", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30630" }, { "cve": "CVE-2022-30629", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30629" }, { "cve": "CVE-2022-30580", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30580" }, { "cve": "CVE-2022-30115", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-30115" }, { "cve": "CVE-2022-29804", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-29804" }, { "cve": "CVE-2022-29526", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-29526" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-28131", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-28131" }, { "cve": "CVE-2022-27782", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27782" }, { "cve": "CVE-2022-27781", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27781" }, { "cve": "CVE-2022-27780", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27780" }, { "cve": "CVE-2022-27779", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27779" }, { "cve": "CVE-2022-27778", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27778" }, { "cve": "CVE-2022-27776", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27776" }, { "cve": "CVE-2022-27775", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27775" }, { "cve": "CVE-2022-27774", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27774" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-27191", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-27191" }, { "cve": "CVE-2022-25858", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-25858" }, { "cve": "CVE-2022-24999", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-24999" }, { "cve": "CVE-2022-24921", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-24921" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-23806", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-23806" }, { "cve": "CVE-2022-23773", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-23773" }, { "cve": "CVE-2022-23772", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-23772" }, { "cve": "CVE-2022-23491", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-23491" }, { "cve": "CVE-2022-22576", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-22576" }, { "cve": "CVE-2022-1962", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-1962" }, { "cve": "CVE-2022-1705", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2022-1705" }, { "cve": "CVE-2021-43565", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-43565" }, { "cve": "CVE-2021-3803", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-3803" }, { "cve": "CVE-2021-36976", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-36976" }, { "cve": "CVE-2021-3520", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-3520" }, { "cve": "CVE-2021-33587", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-33587" }, { "cve": "CVE-2021-33503", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-33503" }, { "cve": "CVE-2021-33502", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-33502" }, { "cve": "CVE-2021-31566", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-31566" }, { "cve": "CVE-2021-29060", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-29060" }, { "cve": "CVE-2021-27292", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-27292" }, { "cve": "CVE-2021-23382", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-23382" }, { "cve": "CVE-2021-23368", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-23368" }, { "cve": "CVE-2021-23343", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-23343" }, { "cve": "CVE-2021-22947", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22947" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-22945", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22945" }, { "cve": "CVE-2021-22926", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22926" }, { "cve": "CVE-2021-22925", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22925" }, { "cve": "CVE-2021-22924", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22924" }, { "cve": "CVE-2021-22923", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22923" }, { "cve": "CVE-2021-22922", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22922" }, { "cve": "CVE-2021-22901", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22901" }, { "cve": "CVE-2021-22898", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22898" }, { "cve": "CVE-2021-22897", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22897" }, { "cve": "CVE-2021-22890", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22890" }, { "cve": "CVE-2021-22876", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-22876" }, { "cve": "CVE-2021-20095", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2021-20095" }, { "cve": "CVE-2020-8286", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8286" }, { "cve": "CVE-2020-8285", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8285" }, { "cve": "CVE-2020-8284", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8284" }, { "cve": "CVE-2020-8231", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8231" }, { "cve": "CVE-2020-8203", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8203" }, { "cve": "CVE-2020-8177", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8177" }, { "cve": "CVE-2020-8169", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8169" }, { "cve": "CVE-2020-8116", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-8116" }, { "cve": "CVE-2020-7774", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-7774" }, { "cve": "CVE-2020-7753", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-7753" }, { "cve": "CVE-2020-7662", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-7662" }, { "cve": "CVE-2020-28469", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-28469" }, { "cve": "CVE-2020-15138", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-15138" }, { "cve": "CVE-2020-13822", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2020-13822" }, { "cve": "CVE-2019-20149", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2019-20149" }, { "cve": "CVE-2019-10746", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2019-10746" }, { "cve": "CVE-2019-10744", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2019-10744" }, { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2018-25032" }, { "cve": "CVE-2017-16042", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Ein Angreifer kann diese Schwachstellen ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "T002207", "5104" ] }, "release_date": "2023-06-01T22:00:00Z", "title": "CVE-2017-16042" } ] }
wid-sec-w-2023-0318
Vulnerability from csaf_certbund
Published
2023-02-08 23:00
Modified
2024-05-21 22:00
Summary
Red Hat Migration Toolkit for Containers: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein entfernter, anonymer oder angemeldeter Angreifer kann mehrere Schwachstellen in Red Hat Migration Toolkit for Containers ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen.
Betroffene Betriebssysteme
- Linux
{ "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 OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder angemeldeter Angreifer kann mehrere Schwachstellen in Red Hat Migration Toolkit for Containers ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen.", "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-2023-0318 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0318.json" }, { "category": "self", "summary": "WID-SEC-2023-0318 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0318" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-02-08", "url": "https://access.redhat.com/errata/RHSA-2023:0693" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0632 vom 2023-02-15", "url": "https://access.redhat.com/errata/RHSA-2023:0632" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0728 vom 2023-02-17", "url": "https://access.redhat.com/errata/RHSA-2023:0728" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0769 vom 2023-02-21", "url": "https://access.redhat.com/errata/RHSA-2023:0769" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0774 vom 2023-02-22", "url": "https://access.redhat.com/errata/RHSA-2023:0774" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:2041 vom 2023-04-27", "url": "https://access.redhat.com/errata/RHSA-2023:2041" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3645 vom 2023-06-16", "url": "https://access.redhat.com/errata/RHSA-2023:3645" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-0121 vom 2024-01-13", "url": "https://linux.oracle.com/errata/ELSA-2024-0121.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5006 vom 2023-12-30", "url": "https://access.redhat.com/errata/RHSA-2023:5006" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2988" } ], "source_lang": "en-US", "title": "Red Hat Migration Toolkit for Containers: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-21T22:00:00.000+00:00", "generator": { "date": "2024-05-22T09:08:17.680+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-0318", "initial_release_date": "2023-02-08T23:00:00.000+00:00", "revision_history": [ { "date": "2023-02-08T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-02-15T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-16T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-20T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-21T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-04-26T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-15T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-01T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-14T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "10" } }, "product_tree": { "branches": [ { "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": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift", "product": { "name": "Red Hat OpenShift", "product_id": "T008027", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:-" } } }, { "category": "product_version", "name": "Container Platform 4.11", "product": { "name": "Red Hat OpenShift Container Platform 4.11", "product_id": "T025990", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.11" } } }, { "category": "product_version_range", "name": "Migration Toolkit for Containers \u003c1.7.7", "product": { "name": "Red Hat OpenShift Migration Toolkit for Containers \u003c1.7.7", "product_id": "T026206", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:migration_toolkit_for_containers__1.7.7" } } }, { "category": "product_version", "name": "Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "T026435", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.12" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.14.0", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.14.0", "product_id": "T031839", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-43138", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2021-43138" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-32149", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-32149" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32190", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-32190" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41717", "notes": [ { "category": "description", "text": "In Red Hat Migration Toolkit for Containers existieren mehrere Schwachstellen in den Komponenten \"async\" und \"golang\". Ein Angreifer kann dies ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion oder eine Anmeldung erforderlich." } ], "product_status": { "known_affected": [ "T008027", "67646", "T026206", "T026435", "T004914", "T025990", "T031839" ] }, "release_date": "2023-02-08T23:00:00Z", "title": "CVE-2022-41717" } ] }
wid-sec-w-2023-0157
Vulnerability from csaf_certbund
Published
2023-01-19 23:00
Modified
2024-06-02 22:00
Summary
Red Hat OpenShift: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um beliebigen Programmcode auszuführen Informationen offenzulegen oder einen Denial of Service zu verursachen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um beliebigen Programmcode auszuf\u00fchren Informationen offenzulegen oder einen Denial of Service 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-2023-0157 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0157.json" }, { "category": "self", "summary": "WID-SEC-2023-0157 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0157" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-01-19", "url": "https://access.redhat.com/errata/RHSA-2023:0264" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-0328 vom 2023-01-24", "url": "https://linux.oracle.com/errata/ELSA-2023-0328.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2023-1913 vom 2023-01-23", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-1913.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0328 vom 2023-01-23", "url": "https://access.redhat.com/errata/RHSA-2023:0328" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0445 vom 2023-01-25", "url": "https://access.redhat.com/errata/RHSA-2023:0445" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0446 vom 2023-01-25", "url": "https://access.redhat.com/errata/RHSA-2023:0446" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-0446 vom 2023-01-26", "url": "http://linux.oracle.com/errata/ELSA-2023-0446.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0631 vom 2023-02-07", "url": "https://access.redhat.com/errata/RHSA-2023:0631" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0709 vom 2023-02-09", "url": "https://access.redhat.com/errata/RHSA-2023:0709" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0708 vom 2023-02-09", "url": "https://access.redhat.com/errata/RHSA-2023:0708" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0727 vom 2023-02-17", "url": "https://access.redhat.com/errata/RHSA-2023:0727" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0769 vom 2023-02-21", "url": "https://access.redhat.com/errata/RHSA-2023:0769" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0774 vom 2023-02-22", "url": "https://access.redhat.com/errata/RHSA-2023:0774" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0934 vom 2023-02-28", "url": "https://access.redhat.com/errata/RHSA-2023:0934" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1079 vom 2023-03-06", "url": "https://access.redhat.com/errata/RHSA-2023:1079" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1042 vom 2023-03-07", "url": "https://access.redhat.com/errata/RHSA-2023:1042" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1174 vom 2023-03-09", "url": "https://access.redhat.com/errata/RHSA-2023:1174" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1275 vom 2023-03-15", "url": "https://access.redhat.com/errata/RHSA-2023:1275" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1529 vom 2023-03-30", "url": "https://access.redhat.com/errata/RHSA-2023:1529" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:2592 vom 2023-05-09", "url": "https://access.redhat.com/errata/RHSA-2023:2592" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:2204 vom 2023-05-09", "url": "https://access.redhat.com/errata/RHSA-2023:2204" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:2866 vom 2023-05-16", "url": "https://access.redhat.com/errata/RHSA-2023:2866" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3204 vom 2023-05-18", "url": "https://access.redhat.com/errata/RHSA-2023:3204" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0584 vom 2023-05-19", "url": "https://access.redhat.com/errata/RHSA-2023:0584" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3205 vom 2023-05-18", "url": "https://access.redhat.com/errata/RHSA-2023:3205" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0486-1 vom 2024-02-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017932.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3642 vom 2023-06-15", "url": "https://access.redhat.com/errata/RHSA-2023:3642" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0485 vom 2024-01-31", "url": "https://access.redhat.com/errata/RHSA-2024:0485" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3664 vom 2023-06-19", "url": "https://access.redhat.com/errata/RHSA-2023:3664" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3613 vom 2023-06-27", "url": "https://access.redhat.com/errata/RHSA-2023:3613" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3915 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3915" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2586 vom 2024-04-30", "url": "https://access.redhat.com/errata/RHSA-2024:2586" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2944 vom 2024-05-21", "url": "https://access.redhat.com/errata/RHSA-2024:2944" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3254 vom 2024-06-01", "url": "https://linux.oracle.com/errata/ELSA-2024-3254.html" } ], "source_lang": "en-US", "title": "Red Hat OpenShift: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-06-02T22:00:00.000+00:00", "generator": { "date": "2024-06-03T09:07:11.487+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-0157", "initial_release_date": "2023-01-19T23:00:00.000+00:00", "revision_history": [ { "date": "2023-01-19T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-23T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Oracle Linux, Amazon und Red Hat aufgenommen" }, { "date": "2023-01-24T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-01-26T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-02-07T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-09T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-16T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-20T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-21T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-02-27T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-06T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-08T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-15T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-29T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-09T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-16T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-15T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-19T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-26T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-05T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-31T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-02-15T23:00:00.000+00:00", "number": "23", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-02T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "26" } }, "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": "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": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift", "product": { "name": "Red Hat OpenShift", "product_id": "T008027", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:-" } } }, { "category": "product_version", "name": "Container Platform 4", "product": { "name": "Red Hat OpenShift Container Platform 4", "product_id": "T022509", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4" } } }, { "category": "product_version_range", "name": "Logging Subsystem \u003c5.6.0", "product": { "name": "Red Hat OpenShift Logging Subsystem \u003c5.6.0", "product_id": "T025980", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:logging_subsystem__5.6.0" } } }, { "category": "product_version", "name": "Container Platform 4.11", "product": { "name": "Red Hat OpenShift Container Platform 4.11", "product_id": "T025990", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.11" } } }, { "category": "product_version", "name": "Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "T026435", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.12" } } }, { "category": "product_version", "name": "Secondary Scheduler Operator", "product": { "name": "Red Hat OpenShift Secondary Scheduler Operator", "product_id": "T027759", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator" } } }, { "category": "product_version", "name": "Virtualization 4.13", "product": { "name": "Red Hat OpenShift Virtualization 4.13", "product_id": "T027763", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:virtualization_4.13" } } }, { "category": "product_version", "name": "Developer Tools and Services 4.11", "product": { "name": "Red Hat OpenShift Developer Tools and Services 4.11", "product_id": "T028205", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:developer_tools_and_services_4.11" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.22", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.22", "product_id": "T028307", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.12.22" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.11.44", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.11.44", "product_id": "T028416", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.48", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.48", "product_id": "T032442", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.12.48" } } } ], "category": "product_name", "name": "OpenShift" }, { "category": "product_name", "name": "Red Hat OpenStack", "product": { "name": "Red Hat OpenStack", "product_id": "T020428", "product_identification_helper": { "cpe": "cpe:/a:redhat:openstack:16.2" } } } ], "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": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen in unterschiedlichen Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code zur Ausf\u00fchrung zu bringen, Informationen offenzulegen oder einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T008027", "67646", "T020428", "T004914", "T032442", "T022509", "T002207", "T027759", "T028307", "T028416", "398363", "T026435", "T028205", "T025990", "T027763", "T025980" ] }, "release_date": "2023-01-19T23:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-32190", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen in unterschiedlichen Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code zur Ausf\u00fchrung zu bringen, Informationen offenzulegen oder einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T008027", "67646", "T020428", "T004914", "T032442", "T022509", "T002207", "T027759", "T028307", "T028416", "398363", "T026435", "T028205", "T025990", "T027763", "T025980" ] }, "release_date": "2023-01-19T23:00:00Z", "title": "CVE-2022-32190" }, { "cve": "CVE-2022-37601", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen in unterschiedlichen Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code zur Ausf\u00fchrung zu bringen, Informationen offenzulegen oder einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T008027", "67646", "T020428", "T004914", "T032442", "T022509", "T002207", "T027759", "T028307", "T028416", "398363", "T026435", "T028205", "T025990", "T027763", "T025980" ] }, "release_date": "2023-01-19T23:00:00Z", "title": "CVE-2022-37601" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen in unterschiedlichen Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code zur Ausf\u00fchrung zu bringen, Informationen offenzulegen oder einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T008027", "67646", "T020428", "T004914", "T032442", "T022509", "T002207", "T027759", "T028307", "T028416", "398363", "T026435", "T028205", "T025990", "T027763", "T025980" ] }, "release_date": "2023-01-19T23:00:00Z", "title": "CVE-2022-41715" } ] }
wid-sec-w-2023-2229
Vulnerability from csaf_certbund
Published
2023-08-30 22:00
Modified
2024-05-28 22:00
Summary
Splunk Splunk Enterprise: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Splunk Enterprise ermöglicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.
Angriff
Ein entfernter, authentifizierter Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um beliebigen Code auszuführen, einen 'Denial of Service'-Zustand zu verursachen, seine Privilegien zu erweitern und weitere, nicht spezifizierte Auswirkungen zu verursachen.
Betroffene Betriebssysteme
- Linux
- MacOS X
- Windows
{ "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": "Splunk Enterprise erm\u00f6glicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, authentifizierter Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen, seine Privilegien zu erweitern und weitere, nicht spezifizierte Auswirkungen zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- Windows", "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-2023-2229 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2229.json" }, { "category": "self", "summary": "WID-SEC-2023-2229 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2229" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0801" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0802" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0803" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0804" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0805" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0806" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0807" }, { "category": "external", "summary": "Splunk Security Advisory vom 2023-08-30", "url": "https://advisory.splunk.com//advisories/SVD-2023-0808" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0196-1 vom 2024-01-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017743.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28", "url": "https://linux.oracle.com/errata/ELSA-2024-2988.html" } ], "source_lang": "en-US", "title": "Splunk Splunk Enterprise: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-28T22:00:00.000+00:00", "generator": { "date": "2024-05-29T08:07:49.870+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-2229", "initial_release_date": "2023-08-30T22:00:00.000+00:00", "revision_history": [ { "date": "2023-08-30T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-01-23T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "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": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c9.1.1", "product": { "name": "Splunk Splunk Enterprise \u003c9.1.1", "product_id": "T029634", "product_identification_helper": { "cpe": "cpe:/a:splunk:splunk:9.1.1" } } }, { "category": "product_version_range", "name": "\u003c9.0.6", "product": { "name": "Splunk Splunk Enterprise \u003c9.0.6", "product_id": "T029635", "product_identification_helper": { "cpe": "cpe:/a:splunk:splunk:9.0.6" } } }, { "category": "product_version_range", "name": "\u003c8.2.12", "product": { "name": "Splunk Splunk Enterprise \u003c8.2.12", "product_id": "T029636", "product_identification_helper": { "cpe": "cpe:/a:splunk:splunk:8.2.12" } } } ], "category": "product_name", "name": "Splunk Enterprise" } ], "category": "vendor", "name": "Splunk" } ] }, "vulnerabilities": [ { "cve": "CVE-2013-7489", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2013-7489" }, { "cve": "CVE-2018-10237", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2018-10237" }, { "cve": "CVE-2018-20225", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2018-20225" }, { "cve": "CVE-2019-20454", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2019-20454" }, { "cve": "CVE-2019-20838", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2019-20838" }, { "cve": "CVE-2020-14155", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-14155" }, { "cve": "CVE-2020-28469", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-28469" }, { "cve": "CVE-2020-28851", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-28851" }, { "cve": "CVE-2020-29652", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-29652" }, { "cve": "CVE-2020-8169", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8169" }, { "cve": "CVE-2020-8177", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8177" }, { "cve": "CVE-2020-8231", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8231" }, { "cve": "CVE-2020-8284", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8284" }, { "cve": "CVE-2020-8285", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8285" }, { "cve": "CVE-2020-8286", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8286" }, { "cve": "CVE-2020-8908", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2020-8908" }, { "cve": "CVE-2021-20066", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-20066" }, { "cve": "CVE-2021-22569", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22569" }, { "cve": "CVE-2021-22876", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22876" }, { "cve": "CVE-2021-22890", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22890" }, { "cve": "CVE-2021-22897", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22897" }, { "cve": "CVE-2021-22898", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22898" }, { "cve": "CVE-2021-22901", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22901" }, { "cve": "CVE-2021-22922", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22922" }, { "cve": "CVE-2021-22923", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22923" }, { "cve": "CVE-2021-22924", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22924" }, { "cve": "CVE-2021-22925", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22925" }, { "cve": "CVE-2021-22926", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22926" }, { "cve": "CVE-2021-22945", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22945" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-22947", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-22947" }, { "cve": "CVE-2021-23343", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-23343" }, { "cve": "CVE-2021-23382", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-23382" }, { "cve": "CVE-2021-27918", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-27918" }, { "cve": "CVE-2021-27919", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-27919" }, { "cve": "CVE-2021-29060", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-29060" }, { "cve": "CVE-2021-29425", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-29425" }, { "cve": "CVE-2021-29923", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-29923" }, { "cve": "CVE-2021-31525", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-31525" }, { "cve": "CVE-2021-31566", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-31566" }, { "cve": "CVE-2021-33194", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-33194" }, { "cve": "CVE-2021-33195", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-33195" }, { "cve": "CVE-2021-33196", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-33196" }, { "cve": "CVE-2021-33197", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-33197" }, { "cve": "CVE-2021-33198", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-33198" }, { "cve": "CVE-2021-34558", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-34558" }, { "cve": "CVE-2021-3520", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-3520" }, { "cve": "CVE-2021-3572", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-3572" }, { "cve": "CVE-2021-36221", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-36221" }, { "cve": "CVE-2021-36976", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-36976" }, { "cve": "CVE-2021-3803", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-3803" }, { "cve": "CVE-2021-38297", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-38297" }, { "cve": "CVE-2021-38561", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-38561" }, { "cve": "CVE-2021-39293", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-39293" }, { "cve": "CVE-2021-41182", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-41182" }, { "cve": "CVE-2021-41183", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-41183" }, { "cve": "CVE-2021-41184", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-41184" }, { "cve": "CVE-2021-41771", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-41771" }, { "cve": "CVE-2021-41772", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-41772" }, { "cve": "CVE-2021-43565", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-43565" }, { "cve": "CVE-2021-44716", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-44716" }, { "cve": "CVE-2021-44717", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2021-44717" }, { "cve": "CVE-2022-1705", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-1705" }, { "cve": "CVE-2022-1941", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-1941" }, { "cve": "CVE-2022-1962", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-1962" }, { "cve": "CVE-2022-22576", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-22576" }, { "cve": "CVE-2022-2309", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-2309" }, { "cve": "CVE-2022-23491", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-23491" }, { "cve": "CVE-2022-23772", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-23772" }, { "cve": "CVE-2022-23773", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-23773" }, { "cve": "CVE-2022-23806", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-23806" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-24921", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-24921" }, { "cve": "CVE-2022-24999", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-24999" }, { "cve": "CVE-2022-25881", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-25881" }, { "cve": "CVE-2022-27191", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27191" }, { "cve": "CVE-2022-27536", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27536" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-27774", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27774" }, { "cve": "CVE-2022-27775", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27775" }, { "cve": "CVE-2022-27776", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27776" }, { "cve": "CVE-2022-27778", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27778" }, { "cve": "CVE-2022-27779", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27779" }, { "cve": "CVE-2022-27780", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27780" }, { "cve": "CVE-2022-27781", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27781" }, { "cve": "CVE-2022-27782", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-27782" }, { "cve": "CVE-2022-28131", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-28131" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-29526", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-29526" }, { "cve": "CVE-2022-29804", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-29804" }, { "cve": "CVE-2022-30115", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30115" }, { "cve": "CVE-2022-30580", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30580" }, { "cve": "CVE-2022-30629", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30629" }, { "cve": "CVE-2022-30630", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30630" }, { "cve": "CVE-2022-30631", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30631" }, { "cve": "CVE-2022-30632", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30632" }, { "cve": "CVE-2022-30633", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30633" }, { "cve": "CVE-2022-30634", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30634" }, { "cve": "CVE-2022-30635", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-30635" }, { "cve": "CVE-2022-31129", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-31129" }, { "cve": "CVE-2022-3171", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-3171" }, { "cve": "CVE-2022-32148", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32148" }, { "cve": "CVE-2022-32149", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32149" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32205", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32207", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32208", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-33987", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-33987" }, { "cve": "CVE-2022-3509", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-3509" }, { "cve": "CVE-2022-3510", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-3510" }, { "cve": "CVE-2022-3517", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-3517" }, { "cve": "CVE-2022-35252", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-35260", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-35260" }, { "cve": "CVE-2022-35737", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-35737" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-37599", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-37599" }, { "cve": "CVE-2022-37601", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-37601" }, { "cve": "CVE-2022-37603", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-37603" }, { "cve": "CVE-2022-38900", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-38900" }, { "cve": "CVE-2022-40023", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-40023" }, { "cve": "CVE-2022-40897", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-40897" }, { "cve": "CVE-2022-40899", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-40899" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-41720", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-41720" }, { "cve": "CVE-2022-41722", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-41722" }, { "cve": "CVE-2022-42003", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-42003" }, { "cve": "CVE-2022-42004", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-42004" }, { "cve": "CVE-2022-42915", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-43551", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-43552", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-46175", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2022-46175" }, { "cve": "CVE-2023-23914", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-23915", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-24539", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-24539" }, { "cve": "CVE-2023-24540", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-24540" }, { "cve": "CVE-2023-27533", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-27533" }, { "cve": "CVE-2023-27534", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27537", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-27537" }, { "cve": "CVE-2023-27538", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-27538" }, { "cve": "CVE-2023-29400", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-29400" }, { "cve": "CVE-2023-29402", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29403", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-29403" }, { "cve": "CVE-2023-29404", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29405", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Third Party Packages in Splunk Splunk Enterprise. Diese Fehler existieren unter anderem in den curl, go, decode-uri-Komponente, got, loader-utils, postcss, color-string, glob-parent, minimatch und moment Komponenten. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen nicht spezifizierten Angriff durchzuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-29405" }, { "cve": "CVE-2023-40592", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40592" }, { "cve": "CVE-2023-40593", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40593" }, { "cve": "CVE-2023-40594", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40594" }, { "cve": "CVE-2023-40595", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40595" }, { "cve": "CVE-2023-40596", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40596" }, { "cve": "CVE-2023-40597", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40597" }, { "cve": "CVE-2023-40598", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Splunk Splunk Enterprise. Diese Fehler bestehen in den REST-Endpunkten /app/search/table, /saml/acs, Serialized Session Payload, Dynamic Link Library, runshellscript.py und in den runshellscript-Komponenten sowie in der SPL-Funktion \u0027printf\u0027, u. a. aufgrund eines reflektierten Cross-Site-Scripting (XSS), einer unsachgem\u00e4\u00dfen Signaturvalidierung, einer unsachgem\u00e4\u00dfen Ausdrucksvalidierung und eines Path Traversal. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen \u0027Denial of Service\u0027-Zustand zu verursachen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T002207", "T004914" ] }, "release_date": "2023-08-30T22:00:00Z", "title": "CVE-2023-40598" } ] }
wid-sec-w-2023-1542
Vulnerability from csaf_certbund
Published
2023-06-22 22:00
Modified
2024-05-21 22:00
Summary
Red Hat OpenShift: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.", "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-2023-1542 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1542.json" }, { "category": "self", "summary": "WID-SEC-2023-1542 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1542" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0139 vom 2024-01-10", "url": "https://access.redhat.com/errata/RHSA-2024:0139" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0143 vom 2024-01-10", "url": "https://access.redhat.com/errata/RHSA-2024:0143" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0137 vom 2024-01-10", "url": "https://access.redhat.com/errata/RHSA-2024:0137" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0121 vom 2024-01-10", "url": "https://access.redhat.com/errata/RHSA-2024:0121" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7820 vom 2023-12-14", "url": "https://access.redhat.com/errata/RHSA-2023:7820" }, { "category": "external", "summary": "Meinberg Security Advisory", "url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2024-01-lantime-firmware-v7-08-007.htm" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3742 vom 2023-06-22", "url": "https://access.redhat.com/errata/RHSA-2023:3742" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3612 vom 2023-06-23", "url": "https://access.redhat.com/errata/RHSA-2023:3614" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3615 vom 2023-06-22", "url": "https://access.redhat.com/errata/RHSA-2023:3615" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3613 vom 2023-06-27", "url": "https://access.redhat.com/errata/RHSA-2023:3613" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2023-06-29", "url": "https://access.redhat.com/errata/RHSA-2023:3918" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3943 vom 2023-06-29", "url": "https://access.redhat.com/errata/RHSA-2023:3943" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3910 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3910" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3915 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3915" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3925 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3925" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4003 vom 2023-07-10", "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-6CFE7492C1 vom 2023-07-16", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-6cfe7492c1" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-AA7C75ED4A vom 2023-07-16", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-aa7c75ed4a" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4025 vom 2023-07-18", "url": "https://access.redhat.com/errata/RHSA-2023:4025" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4112 vom 2023-07-18", "url": "https://access.redhat.com/errata/RHSA-2023:4112" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4113 vom 2023-07-18", "url": "https://access.redhat.com/errata/RHSA-2023:4113" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4114 vom 2023-07-18", "url": "https://access.redhat.com/errata/RHSA-2023:4114" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4053 vom 2023-07-19", "url": "https://access.redhat.com/errata/RHSA-2023:4053" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4204 vom 2023-07-19", "url": "https://access.redhat.com/errata/RHSA-2023:4204" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4090 vom 2023-07-21", "url": "https://access.redhat.com/errata/RHSA-2023:4090" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4241 vom 2023-07-21", "url": "https://access.redhat.com/errata/RHSA-2023:4241" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4238 vom 2023-07-20", "url": "https://access.redhat.com/errata/RHSA-2023:4238" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4093 vom 2023-07-20", "url": "https://access.redhat.com/errata/RHSA-2023:4093" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4091 vom 2023-07-20", "url": "https://access.redhat.com/errata/RHSA-2023:4091" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4225 vom 2023-07-27", "url": "https://access.redhat.com/errata/RHSA-2023:4225" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4226 vom 2023-07-27", "url": "https://access.redhat.com/errata/RHSA-2023:4226" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4470 vom 2023-08-03", "url": "https://access.redhat.com/errata/RHSA-2023:4470" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4335 vom 2023-08-08", "url": "https://access.redhat.com/errata/RHSA-2023:4335" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4674 vom 2023-08-23", "url": "https://access.redhat.com/errata/RHSA-2023:4674" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4983 vom 2023-09-05", "url": "https://access.redhat.com/errata/RHSA-2023:4983" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5103 vom 2023-09-12", "url": "https://access.redhat.com/errata/RHSA-2023:5103" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5233 vom 2023-09-19", "url": "https://access.redhat.com/errata/RHSA-2023:5233" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5314 vom 2023-09-20", "url": "https://access.redhat.com/errata/RHSA-2023:5314" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5006 vom 2023-12-30", "url": "https://access.redhat.com/errata/RHSA-2023:5006" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6316 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6316" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7058 vom 2023-11-15", "url": "https://access.redhat.com/errata/RHSA-2023:7058" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7823 vom 2024-01-05", "url": "https://access.redhat.com/errata/RHSA-2023:7823" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-6939 vom 2023-11-21", "url": "https://linux.oracle.com/errata/ELSA-2023-6939.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-14A33318B8 vom 2023-12-03", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-14a33318b8" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7672 vom 2023-12-06", "url": "https://access.redhat.com/errata/RHSA-2023:7672" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202405-04 vom 2024-05-04", "url": "https://security.gentoo.org/glsa/202405-04" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2987 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2987" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3254 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:3254" } ], "source_lang": "en-US", "title": "Red Hat OpenShift: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-21T22:00:00.000+00:00", "generator": { "date": "2024-05-22T12:11:49.378+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1542", "initial_release_date": "2023-06-22T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-22T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-06-25T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-26T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-28T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-29T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-05T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-06T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-10T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-16T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-07-17T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-18T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-20T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-26T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-03T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-07T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-08-23T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-09-05T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-09-12T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-09-19T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-09-20T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-07T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-14T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-21T23:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-12-03T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-12-06T23:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-12-13T23:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-01T23:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-04T23:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-10T23:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-30T23:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Meinberg aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "32", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "32" } }, "product_tree": { "branches": [ { "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": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.08.007", "product": { "name": "Meinberg LANTIME \u003c7.08.007", "product_id": "T032435", "product_identification_helper": { "cpe": "cpe:/h:meinberg:lantime:7.08.007" } } } ], "category": "product_name", "name": "LANTIME" } ], "category": "vendor", "name": "Meinberg" }, { "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": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version", "name": "Advanced Cluster Security for Kubernetes 4", "product": { "name": "Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4", "product_id": "T027916", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4" } } }, { "category": "product_version", "name": "Service Interconnect 1", "product": { "name": "Red Hat Enterprise Linux Service Interconnect 1", "product_id": "T028472", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:service_interconnect_1" } } } ], "category": "product_name", "name": "Enterprise Linux" }, { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift", "product": { "name": "Red Hat OpenShift", "product_id": "T008027", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:-" } } }, { "category": "product_version", "name": "Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "T026435", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform_4.12" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.13.4", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.13.4", "product_id": "T028225", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.13.4" } } }, { "category": "product_version_range", "name": "Data Foundation \u003c4.13.0", "product": { "name": "Red Hat OpenShift Data Foundation \u003c4.13.0", "product_id": "T028289", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:data_foundation_4.13.0" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.22", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.22", "product_id": "T028307", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.12.22" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.11.44", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.11.44", "product_id": "T028416", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44" } } }, { "category": "product_version_range", "name": "Data Foundation \u003c4.12.10", "product": { "name": "Red Hat OpenShift Data Foundation \u003c4.12.10", "product_id": "T031698", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:data_foundation__4.12.10" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.14.0", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.14.0", "product_id": "T031839", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.12.46", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.12.46", "product_id": "T031870", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.12.46" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-20107", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2015-20107" }, { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2018-25032" }, { "cve": "CVE-2020-10735", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2020-10735" }, { "cve": "CVE-2020-16250", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2020-16250" }, { "cve": "CVE-2020-16251", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2020-16251" }, { "cve": "CVE-2020-17049", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2020-17049" }, { "cve": "CVE-2021-28861", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-28861" }, { "cve": "CVE-2021-3765", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-3765" }, { "cve": "CVE-2021-3807", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-3807" }, { "cve": "CVE-2021-4231", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-4231" }, { "cve": "CVE-2021-4235", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-4235" }, { "cve": "CVE-2021-4238", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-4238" }, { "cve": "CVE-2021-43519", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-43519" }, { "cve": "CVE-2021-43998", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-43998" }, { "cve": "CVE-2021-44531", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-44531" }, { "cve": "CVE-2021-44532", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-44532" }, { "cve": "CVE-2021-44533", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-44533" }, { "cve": "CVE-2021-44964", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-44964" }, { "cve": "CVE-2021-46828", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-46828" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2021-46848" }, { "cve": "CVE-2022-0670", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-0670" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-1304", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-1304" }, { "cve": "CVE-2022-1348", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-1348" }, { "cve": "CVE-2022-1586", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-1586" }, { "cve": "CVE-2022-1587", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-1587" }, { "cve": "CVE-2022-21824", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-21824" }, { "cve": "CVE-2022-2309", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-2309" }, { "cve": "CVE-2022-23540", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-23540" }, { "cve": "CVE-2022-23541", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-23541" }, { "cve": "CVE-2022-24903", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-24903" }, { "cve": "CVE-2022-2509", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-2509" }, { "cve": "CVE-2022-26280", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-26280" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-28805", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-28805" }, { "cve": "CVE-2022-29154", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-29154" }, { "cve": "CVE-2022-30635", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-30635" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-31129", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-31129" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32190", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-32190" }, { "cve": "CVE-2022-33099", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-33099" }, { "cve": "CVE-2022-3358", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3358" }, { "cve": "CVE-2022-34903", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-34903" }, { "cve": "CVE-2022-3515", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3515" }, { "cve": "CVE-2022-3517", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3517" }, { "cve": "CVE-2022-35737", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-35737" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-3715", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3715" }, { "cve": "CVE-2022-3736", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3736" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-38149", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-38149" }, { "cve": "CVE-2022-3821", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3821" }, { "cve": "CVE-2022-38900", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-38900" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-40023", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-40023" }, { "cve": "CVE-2022-40303", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-40303" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40897", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-40897" }, { "cve": "CVE-2022-41316", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-41316" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41717", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41723", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41724", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-41724" }, { "cve": "CVE-2022-41725", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-41725" }, { "cve": "CVE-2022-42010", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-42010" }, { "cve": "CVE-2022-42011", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-42011" }, { "cve": "CVE-2022-42012", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-42012" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-42919", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-42919" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-43680" }, { "cve": "CVE-2022-4415", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-4415" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-45873", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-45873" }, { "cve": "CVE-2022-46175", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-46175" }, { "cve": "CVE-2022-47024", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-47024" }, { "cve": "CVE-2022-47629", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48337", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-48337" }, { "cve": "CVE-2022-48338", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-48338" }, { "cve": "CVE-2022-48339", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2022-48339" }, { "cve": "CVE-2023-0361", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0620", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-0620" }, { "cve": "CVE-2023-0665", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-0665" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-24329", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-24329" }, { "cve": "CVE-2023-2491", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-2491" }, { "cve": "CVE-2023-24999", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-24999" }, { "cve": "CVE-2023-25000", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-25000" }, { "cve": "CVE-2023-25136", "notes": [ { "category": "description", "text": "In Red Hat OpenShift existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen." } ], "product_status": { "known_affected": [ "T032435", "T031698", "T008027", "T028472", "67646", "T012167", "T004914", "74185", "T031870", "T027916", "T028307", "T028416", "T026435", "T028225", "T031839" ] }, "release_date": "2023-06-22T22:00:00Z", "title": "CVE-2023-25136" } ] }
wid-sec-w-2023-1424
Vulnerability from csaf_certbund
Published
2023-06-12 22:00
Modified
2023-06-12 22:00
Summary
Xerox FreeFlow Print Server für Solaris: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- UNIX
{ "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": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "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-2023-1424 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1424.json" }, { "category": "self", "summary": "WID-SEC-2023-1424 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1424" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-06-12", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/06/Xerox-Security-Bulletin-XRX23-009-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server f\u00fcr Solaris: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-06-12T22:00:00.000+00:00", "generator": { "date": "2024-02-15T17:30:41.322+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1424", "initial_release_date": "2023-06-12T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server v9 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v9 for Solaris", "product_id": "T028053", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris" } } } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-28708", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28708" }, { "cve": "CVE-2023-28176", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28176" }, { "cve": "CVE-2023-28164", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28164" }, { "cve": "CVE-2023-28163", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28163" }, { "cve": "CVE-2023-28162", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28162" }, { "cve": "CVE-2023-27522", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-27522" }, { "cve": "CVE-2023-25752", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25752" }, { "cve": "CVE-2023-25751", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25751" }, { "cve": "CVE-2023-25746", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25746" }, { "cve": "CVE-2023-25744", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25744" }, { "cve": "CVE-2023-25743", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25743" }, { "cve": "CVE-2023-25742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25742" }, { "cve": "CVE-2023-25739", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25739" }, { "cve": "CVE-2023-25738", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25738" }, { "cve": "CVE-2023-25737", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25737" }, { "cve": "CVE-2023-25735", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25735" }, { "cve": "CVE-2023-25734", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25734" }, { "cve": "CVE-2023-25732", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25732" }, { "cve": "CVE-2023-25730", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25730" }, { "cve": "CVE-2023-25729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25729" }, { "cve": "CVE-2023-25728", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25728" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-24807", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24807" }, { "cve": "CVE-2023-24580", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24580" }, { "cve": "CVE-2023-23969", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23969" }, { "cve": "CVE-2023-23946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23946" }, { "cve": "CVE-2023-23936", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23936" }, { "cve": "CVE-2023-23920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23920" }, { "cve": "CVE-2023-23919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23919" }, { "cve": "CVE-2023-23918", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23918" }, { "cve": "CVE-2023-23605", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23605" }, { "cve": "CVE-2023-23603", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23603" }, { "cve": "CVE-2023-23602", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23602" }, { "cve": "CVE-2023-23601", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23601" }, { "cve": "CVE-2023-23599", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23599" }, { "cve": "CVE-2023-23598", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23598" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-22490", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22003", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22003" }, { "cve": "CVE-2023-21985", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21985" }, { "cve": "CVE-2023-21984", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21984" }, { "cve": "CVE-2023-21928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21928" }, { "cve": "CVE-2023-21896", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21896" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21840", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21840" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21830" }, { "cve": "CVE-2023-0804", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0804" }, { "cve": "CVE-2023-0803", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0803" }, { "cve": "CVE-2023-0802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0802" }, { "cve": "CVE-2023-0801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0801" }, { "cve": "CVE-2023-0800", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0800" }, { "cve": "CVE-2023-0799", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0799" }, { "cve": "CVE-2023-0798", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0798" }, { "cve": "CVE-2023-0797", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0797" }, { "cve": "CVE-2023-0796", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0796" }, { "cve": "CVE-2023-0795", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0795" }, { "cve": "CVE-2023-0767", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0767" }, { "cve": "CVE-2023-0662", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0662" }, { "cve": "CVE-2023-0616", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0616" }, { "cve": "CVE-2023-0568", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0567", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0430", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0430" }, { "cve": "CVE-2023-0417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0417" }, { "cve": "CVE-2023-0416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0416" }, { "cve": "CVE-2023-0415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0415" }, { "cve": "CVE-2023-0414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0414" }, { "cve": "CVE-2023-0413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0413" }, { "cve": "CVE-2023-0412", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0412" }, { "cve": "CVE-2023-0411", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0411" }, { "cve": "CVE-2023-0401", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0401" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0217", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0217" }, { "cve": "CVE-2023-0216", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0216" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0215" }, { "cve": "CVE-2022-48281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-48281" }, { "cve": "CVE-2022-46877", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46877" }, { "cve": "CVE-2022-46874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46874" }, { "cve": "CVE-2022-46871", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46871" }, { "cve": "CVE-2022-46344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46344" }, { "cve": "CVE-2022-46343", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46343" }, { "cve": "CVE-2022-46342", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46342" }, { "cve": "CVE-2022-46341", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46341" }, { "cve": "CVE-2022-46340", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46340" }, { "cve": "CVE-2022-45939", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45939" }, { "cve": "CVE-2022-45199", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45199" }, { "cve": "CVE-2022-45143", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45143" }, { "cve": "CVE-2022-4450", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4450" }, { "cve": "CVE-2022-4345", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4345" }, { "cve": "CVE-2022-4304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4304" }, { "cve": "CVE-2022-42919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42919" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-42915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-4283", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4283" }, { "cve": "CVE-2022-4203", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4203" }, { "cve": "CVE-2022-42012", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42012" }, { "cve": "CVE-2022-42011", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42011" }, { "cve": "CVE-2022-42010", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42010" }, { "cve": "CVE-2022-41903", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41903" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-40898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40898" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40303" }, { "cve": "CVE-2022-39253", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-39253" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-38784", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-38784" }, { "cve": "CVE-2022-38171", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-38171" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-3736", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3736" }, { "cve": "CVE-2022-3705", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3705" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36114", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36114" }, { "cve": "CVE-2022-36113", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36113" }, { "cve": "CVE-2022-35260", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-35260" }, { "cve": "CVE-2022-35252", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-3515", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3515" }, { "cve": "CVE-2022-3352", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3352" }, { "cve": "CVE-2022-3324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3324" }, { "cve": "CVE-2022-3297", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3297" }, { "cve": "CVE-2022-3296", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3296" }, { "cve": "CVE-2022-3278", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3278" }, { "cve": "CVE-2022-3256", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3256" }, { "cve": "CVE-2022-3235", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3235" }, { "cve": "CVE-2022-3234", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3234" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-32208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32190", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32190" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32148", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32148" }, { "cve": "CVE-2022-3153", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3153" }, { "cve": "CVE-2022-3134", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3134" }, { "cve": "CVE-2022-3099", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3099" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-30635", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30635" }, { "cve": "CVE-2022-30634", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30634" }, { "cve": "CVE-2022-30633", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30633" }, { "cve": "CVE-2022-30632", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30632" }, { "cve": "CVE-2022-30631", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30631" }, { "cve": "CVE-2022-30630", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30630" }, { "cve": "CVE-2022-30629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30629" }, { "cve": "CVE-2022-30580", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30580" }, { "cve": "CVE-2022-3037", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3037" }, { "cve": "CVE-2022-3016", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3016" }, { "cve": "CVE-2022-29804", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-29804" }, { "cve": "CVE-2022-2980", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2980" }, { "cve": "CVE-2022-29526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-29526" }, { "cve": "CVE-2022-2946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2946" }, { "cve": "CVE-2022-2929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2929" }, { "cve": "CVE-2022-2928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2928" }, { "cve": "CVE-2022-2923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2923" }, { "cve": "CVE-2022-2889", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2889" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-2874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2874" }, { "cve": "CVE-2022-2862", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2862" }, { "cve": "CVE-2022-2849", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2849" }, { "cve": "CVE-2022-2845", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2845" }, { "cve": "CVE-2022-28331", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28331" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-2819", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2819" }, { "cve": "CVE-2022-2817", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2817" }, { "cve": "CVE-2022-2816", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2816" }, { "cve": "CVE-2022-28131", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28131" }, { "cve": "CVE-2022-27778", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27778" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-27536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27536" }, { "cve": "CVE-2022-27337", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27337" }, { "cve": "CVE-2022-25255", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-25255" }, { "cve": "CVE-2022-25147", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-25147" }, { "cve": "CVE-2022-24963", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-24963" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-23521", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-23521" }, { "cve": "CVE-2022-2309", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2309" }, { "cve": "CVE-2022-21515", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21515" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-1962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1962" }, { "cve": "CVE-2022-1705", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1705" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1292" }, { "cve": "CVE-2022-1122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1122" }, { "cve": "CVE-2022-0718", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-0718" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-37519", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-37519" }, { "cve": "CVE-2021-35940", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-35940" }, { "cve": "CVE-2021-30860", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-30860" }, { "cve": "CVE-2021-29338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-29338" }, { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2018-25032" }, { "cve": "CVE-2017-12613", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2017-12613" }, { "cve": "CVE-2006-20001", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2006-20001" } ] }
gsd-2022-2879
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-2879", "description": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.", "id": "GSD-2022-2879", "references": [ "https://advisories.mageia.org/CVE-2022-2879.html", "https://access.redhat.com/errata/RHSA-2022:8535", "https://access.redhat.com/errata/RHSA-2022:8781", "https://www.suse.com/security/cve/CVE-2022-2879.html", "https://access.redhat.com/errata/RHSA-2022:7398", "https://access.redhat.com/errata/RHSA-2022:7399", "https://access.redhat.com/errata/RHSA-2023:0264", "https://access.redhat.com/errata/RHSA-2023:0328", "https://access.redhat.com/errata/RHSA-2023:0445", "https://access.redhat.com/errata/RHSA-2023:0446", "https://access.redhat.com/errata/RHSA-2023:0542", "https://access.redhat.com/errata/RHSA-2023:0693", "https://access.redhat.com/errata/RHSA-2023:0708", "https://access.redhat.com/errata/RHSA-2023:0709", "https://access.redhat.com/errata/RHSA-2023:0727", "https://access.redhat.com/errata/RHSA-2023:1042", "https://access.redhat.com/errata/RHSA-2023:1079", "https://access.redhat.com/errata/RHSA-2023:1174" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-2879" ], "details": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.", "id": "GSD-2022-2879", "modified": "2023-12-13T01:19:20.285393Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2022-2879", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "archive/tar", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "1.18.7" }, { "version_affected": "\u003c", "version_name": "1.19.0-0", "version_value": "1.19.2" } ] } } ] }, "vendor_name": "Go standard library" } ] } }, "credits": [ { "lang": "en", "value": "Adam Korczynski (ADA Logics)" }, { "lang": "en", "value": "OSS-Fuzz" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE 400: Uncontrolled Resource Consumption" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/issue/54853", "refsource": "MISC", "url": "https://go.dev/issue/54853" }, { "name": "https://go.dev/cl/439355", "refsource": "MISC", "url": "https://go.dev/cl/439355" }, { "name": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU", "refsource": "MISC", "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU" }, { "name": "https://pkg.go.dev/vuln/GO-2022-1037", "refsource": "MISC", "url": "https://pkg.go.dev/vuln/GO-2022-1037" }, { "name": "https://security.gentoo.org/glsa/202311-09", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202311-09" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.19.2", "versionStartIncluding": "1.19.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.18.7", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2022-2879" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-770" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/issue/54853", "refsource": "MISC", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://go.dev/issue/54853" }, { "name": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU", "refsource": "MISC", "tags": [ "Mailing List", "Release Notes" ], "url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU" }, { "name": "https://go.dev/cl/439355", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://go.dev/cl/439355" }, { "name": "https://pkg.go.dev/vuln/GO-2022-1037", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://pkg.go.dev/vuln/GO-2022-1037" }, { "name": "https://security.gentoo.org/glsa/202311-09", "refsource": "", "tags": [], "url": "https://security.gentoo.org/glsa/202311-09" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "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 } }, "lastModifiedDate": "2023-11-25T11:15Z", "publishedDate": "2022-10-14T15:15Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- 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.